Is there a way to get number of connections in Signalr hub group?

后端 未结 2 675
無奈伤痛
無奈伤痛 2021-01-02 16:29

Here is my problem, I want to track if user is online or offline and notify other clients about it. I\'m using hubs and implemented both IConnected and IDisconnect interface

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-02 16:37

    There's not way to do this other than counting on your own.

提交回复
热议问题