GatewayWorker
GatewayWorker copied to clipboard
Question :- Total number of connections per gateway and business worker
Hi Walkor,
How can we find out how many clients are connected to each Gateway and Business Worker.
Thanks Abhinav
I tried Gateway::getAllClientIdCount()
but it giving me the all gateways connections count
Hi Walkor,
I also need the answer.
There is no such api and business worker not hold any client connections.
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.
You can refer to Gateway::getAllClientIdCount
to implement the interface you need.