Hi,
thank you for clarification. I was reading this documentation and I interpreted it like it was "automatic" handled. <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Javascript-API/Event-Bus">http://www.aspnetboilerplate.com/Pages/ ... /Event-Bus</a>
Thank you a lot, cheers
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?
Hi, sorry to jump in on this topic, but this give me chance to ask a related question.
There's a way for the framework to identify the tenant by the subdomain? If so, it would be nice because the users will no need to specify a tenant, and the website will be able to apply tenant specific customization (themes...) since the very start.
Is that possible? I couldn't find anything about.
Thanks, great job Andrea