Base solution for your next web application
Open Closed

Notification Publisher #5286


User avatar
0
tteoh created

Hi,

How can I send the notification to multiple clients and the client is currently online?

Thanks.


4 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.

  • User Avatar
    0
    tteoh created

    <cite>alirizaadiyahsi: </cite> Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>

    Thanks :D

  • User Avatar
    0
    tteoh created

    <cite>ismcagdas: </cite> You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.

    Thanks :D