blazor-utilities
blazor-utilities copied to clipboard
Using in Blazor Server
In Blazor server, the MessagingCenter uses static variables to hold the subscription for all users.
It may lead to the situation where message from one user will be delivered to all other users. It may be a feature or may be a bug, depend on the use case.