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)
-
0
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.