I’m new to Dedicated Server, so I may not be familiar with it.
I’m running multiple dedicated servers on Linux, and each server created one session. At this time, when users try to join a session, they all participate in the same session even they choose different sessions. I guess it was because the server was running on one machine and the IP was the same.
So I tried to using open level node with named “ip:port” after Join session node, then it works.
But there is also problem here, How can I get session’s port number in client? I know how to get port number from the server, but not the client (from sessions). Can I get port number from session? Or do I have to set some custom arrtibute when create session on server?
If there is another good way, please let me know, thanks.