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…
Reference in New Issue