From d5f397104efbec84347653ac05ea1fc3f56c51ed Mon Sep 17 00:00:00 2001 From: coffeepots Date: Tue, 26 Jun 2018 16:24:04 +0100 Subject: [PATCH] Added note comment --- rpc/client.nim | 1 + 1 file changed, 1 insertion(+) 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