Elara Elara6331
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 22:17:49 +00:00
f1aa0f5c4f Fix call to lrpc.ChannelDone
b53388122c Use context to stop sending values rather than trying to detect channel close
Compare 2 commits »
Elara6331 pushed to master at Elara6331/itd 2022-05-01 21:00:34 +00:00
b0c4574481 Remove now unnecessary DoneMap
Elara6331 pushed to master at Elara6331/itd 2022-05-01 20:59:43 +00:00
01975f207c Upgrade lrpc version
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 20:54:38 +00:00
6df8cf53c6 Don't close channel if it's already closed
Elara6331 pushed to master at Elara6331/itd 2022-05-01 20:53:53 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-05-01 20:51:15 +00:00
11a3b34d8b Don't close channel if already closed
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 18:42:51 +00:00
72068efb4d Don't close channel on context cancel, it is already closed
Elara6331 pushed to master at Elara6331/itd 2022-05-01 18:41:24 +00:00
428e7967c1 Use default codec
Elara6331 pushed to master at Elara6331/itd 2022-05-01 18:36:47 +00:00
56dbf0540e Switch to lrpc and use context to handle signals
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 18:34:59 +00:00
91933b798d Run gofmt
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 18:34:40 +00:00
888d5902ae Implement server to client ChannelDone
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 10:25:39 +00:00
073ebbd8ba Call Convert() in ConvertSlice() to ensure proper conversion of maps and nested slices
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 09:39:01 +00:00
cdaa7e88a6 Use reflectutil to convert argument if type does not match
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 09:11:03 +00:00
f031e32a25 Add Go Report Card badge
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 09:09:36 +00:00
06b5e07b8a Fix go1.17 compatibility
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 08:50:27 +00:00
8be1fd2348 Run gofmt and add badge to readme
Elara6331 created branch master in Elara6331/lrpc 2022-05-01 08:39:42 +00:00
Elara6331 pushed to master at Elara6331/lrpc 2022-05-01 08:39:42 +00:00
3a91648f70 Initial Commit
Elara6331 created repository Elara6331/lrpc 2022-05-01 08:28:53 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-04-30 10:26:21 +00:00
240e7a5ee4 Use rpcxlite