diff --git a/rpc/client.nim b/rpc/client.nim index 58e4904..70842f8 100644 --- a/rpc/client.nim +++ b/rpc/client.nim @@ -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