Base solution for your next web application
Open Closed

Possibility of triggering custom Signalr when EventBus.Trigger is fired. #9844


User avatar
0
asbbh created

I have a service which is sort of iterating a longs list of items, I like to get update on client side when it finosh each item. Is their any possibility of triggering custom Signalr when EventBus.Trigger is fired.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @asbbh

    Yes, if you want to notify the application, it is better to use SignalR. If you want to notify users, you can send notifications using AspNEt Zero's notification system.