Hi All!
I am working on dedicated server, lately I was working on admin tool for server. This tool should be able to connect and control server. I was hoping that I could open two ports (or more) for different kinds of connections (one for clients, other for admin stuff, etc.). But when I invoke Listen(port) command for second time - all messages that come from first registered port are received, but no handlers are called in response.
How is that possible? I get no errors, nothing, just...
UNET NetworkServer listen of multiple ports
I am working on dedicated server, lately I was working on admin tool for server. This tool should be able to connect and control server. I was hoping that I could open two ports (or more) for different kinds of connections (one for clients, other for admin stuff, etc.). But when I invoke Listen(port) command for second time - all messages that come from first registered port are received, but no handlers are called in response.
How is that possible? I get no errors, nothing, just...
UNET NetworkServer listen of multiple ports