aspnet / SignalR-samples

Samples for ASP.NET Core SignalR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does IHubContext know if users are online

zxc971365 opened this issue · comments

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?