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
That's true. At present, I have a game server, a room service and a gateway server. The gateway server starts with startclientasync and the room service starts with startmemberasync. Then the client connects to the gateway server with TCP and successfully creates a room on the room service. But I can't actively push network messages to clients through room service. What should I do?
The text was updated successfully, but these errors were encountered:
That's true. At present, I have a game server, a room service and a gateway server. The gateway server starts with startclientasync and the room service starts with startmemberasync. Then the client connects to the gateway server with TCP and successfully creates a room on the room service. But I can't actively push network messages to clients through room service. What should I do?
The text was updated successfully, but these errors were encountered: