heroiclabs / nakama-defold

Defold client for Nakama server.
https://heroiclabs.com
Apache License 2.0
74 stars 12 forks source link

Add RPC support over socket connection #41

Open britzl opened 2 years ago

britzl commented 2 years ago

RPCs over the Socket to complement existing RPC functionality of Client (See https://heroiclabs.com/docs/nakama/client-libraries/unity/index.html#socket-rpcs)

novabyte commented 2 years ago

@britzl I think this task should be to add socket RPCs as well as keeping the existing client RPCs functionality. We usually recommend that client RPCs are used wherever possible.

britzl commented 2 years ago

@novabyte Thanks. I copied the description from the email conversation earlier with @tomglenn. Changing description to not read "instead of Client".