mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-10 01:23:11 +00:00
Added note comment
This commit is contained in:
parent
f8e178e5b3
commit
d5f397104e
@ -150,6 +150,7 @@ macro defineRpcClientTransport*(transType, addrType: untyped, prefix: string = "
|
||||
of "write":
|
||||
# `client`, the RpcClient
|
||||
# `value`, the data to be sent to the server
|
||||
# Note: Update `value` so it's length can be sent afterwards
|
||||
writeCode = code
|
||||
of "read":
|
||||
# `client`, the RpcClient
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user