Hello, first of all my compliments for the job done, superb.
I was playing around with notifications, and I've encountered a problem, event not triggered, that beside all my efforts I can't resolve. I hope someone can help me out.
I'm registering for a notification event this way And actually the registration works
But when I give a command, that should trigger the event, nothing works actually. This happens only with app services, instead it works when I use the client trigger.
So this is the chain, I start with a command in client console Where messageSend is a service method that contains this where Message_Received is
to be sure I also added the NotificationProvider and registered it in the Core Module
but nothing happen, not even triggered, I've a breakpoint in the abp file.
Some tip: if I remove the NotificationProvider, the generic event is triggered, but no the specific notificationName.
Any advice?