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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Modifying the code directly to use the address of my remote results in a connection.
2022-03-22T23:43:43.510475Z INFO qws: Queuing connection to ws://192.168.1.124:7350/ws?lang=en&status=true&tokCJ9.eyJ1aWQiOiI1Mjg5ZTUzYy0wYjBjLTQ5OWQtYTc3Ni1mNzdmODMxMzBlNDkiLCJ1c24iOiJyamFNWWlTb1ZuIiwiZXhwIjoxNjQ4NTk3NDIqR6ovlmgr_s
Sending "{"cid":"1","matchmaker_add":{"min_count":2,"max_count":2,"query":"*","string_properties
Using nakama-rs master branch to connect to a Nakama server on a remote host fails to connect because it is trying to connect to localhost instead.
It appears that the localhost address is hardcoded in web_socket.rs here:
nakama-rs/src/web_socket.rs
Lines 708 to 710 in 3874d9b
Modifying the code directly to use the address of my remote results in a connection.