Abhinav Raj Gupta

Results 18 comments of Abhinav Raj Gupta

Can I use channel server to update the variables in other instance? [https://www.workerman.net/doc/workerman/components/channel-client-on.html](url)

Can you send me an example how we can update the variables of another instance?

Hi Walkor, Please send me the example as soon as possible. We have to use multiple instance of business worker one instance is not enough. Thank you

I tried `Gateway::getAllClientIdCount()` but it giving me the all gateways connections count

Ok. Actually I am working on system monitor to show the number of connection in each gateway. So how can we get the number of connection in each gateway.

Thank you! How can we send message from gateway 2 to client connected in gateway 1 Example: If clientId = 1 is connected to Gateway1 and clientId = 2 is...

Thank you! But all the business logic loads still on one process of business worker and we are bound to use only one business worker process due to internal design...