Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RPC support over socket connection #41

Open
britzl opened this issue Apr 6, 2022 · 3 comments
Open

Add RPC support over socket connection #41

britzl opened this issue Apr 6, 2022 · 3 comments

Comments

@britzl
Copy link
Collaborator

britzl commented Apr 6, 2022

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
Copy link
Member

novabyte commented Apr 6, 2022

@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
Copy link
Collaborator Author

britzl commented Apr 6, 2022

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

@msesen
Copy link

msesen commented Jan 8, 2025

I need to manually disconnect a socket session connection. Been able to call an RPC on the socket object will expose the session_id in the context variable, which then is a matter of calling the nk.session_disconnect() on the server.

This feature is available in other clients, so would be very useful to have this for Defold as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants