blazor-utilities icon indicating copy to clipboard operation
blazor-utilities copied to clipboard

Messaging is a repository that represents the MessagingCenter service available in Xamarin as a package available for all Blazor developers that allows them to send data between components efficiently

Results 2 blazor-utilities issues
Sort by recently updated
recently updated
newest added

Hi, I am using WASM 7.0, ``` protected override async Task OnInitializedAsync() { await GetWorkers(); // this part of code works, and the toast notification is displayed await ToastObj.ShowAsync(new ToastModel...

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