You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, passing client rpc async with payload would always fail without unwrap argument
var apiRpc = await client.RpcAsync(httpKey, "rpc_test", "{\"val\": \"a\"}");
Can we get client rpc async with unwrap argument so calling rpc like this would work?
Edit: add links for reference issue on nakama forum
Thanks
The text was updated successfully, but these errors were encountered:
lugehorsam
changed the title
[Request] Add unwrap argument to client rpc async if passed with payload
C# - Add unwrap argument to client rpc async if passed with payload
Sep 21, 2022
Hi, passing client rpc async with payload would always fail without unwrap argument
var apiRpc = await client.RpcAsync(httpKey, "rpc_test", "{\"val\": \"a\"}");
Can we get client rpc async with unwrap argument so calling rpc like this would work?
Edit: add links for reference issue on nakama forum
Thanks
The text was updated successfully, but these errors were encountered: