GatewayClient icon indicating copy to clipboard operation
GatewayClient copied to clipboard

How can I send messages to different server in one request ?

Open idve opened this issue 4 years ago • 1 comments

Hi, My friend: this is my question. I used this client in my project. there are two workman-server in my project . I need to send the same message to those server.So, how can i do it?

idve avatar Oct 11 '19 10:10 idve

Gateway::$registerAddress = 'ip1:port1'; Gateway::sendToClient(....);

Gateway::$registerAddress = 'ip2:port2'; Gateway::sendToClient(....);

walkor avatar Oct 14 '19 08:10 walkor