protoactor-bootcamp icon indicating copy to clipboard operation
protoactor-bootcamp copied to clipboard

How to actively send messages to clients in cluster mode?

Open hejiang123 opened this issue 2 years ago • 0 comments

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?

hejiang123 avatar Apr 09 '22 03:04 hejiang123