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?
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?