aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
748 stars 398 forks source link

How does IHubContext know if users are online #85

Closed zxc971365 closed 5 years ago

zxc971365 commented 5 years ago

I want to send SMS if the user is not online,is there a way to confirm that users are online through IHubContext?Or do I deal with it myself?