Added note comment

This commit is contained in:
coffeepots 2018-06-26 16:24:04 +01:00
parent f8e178e5b3
commit d5f397104e
1 changed files with 1 additions and 0 deletions

View File

@ -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