asynkron / protoactor-bootcamp

56 stars 60 forks source link

How to actively send messages to clients in cluster mode? #10

Open hejiang123 opened 2 years ago

hejiang123 commented 2 years ago

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?