Blazor Hosted WebAssembly with multiple replicas in kubernetes causing signalr hub issues
I have an application written in Blazor WebAssembly under .Net8. This app is hosted model which means that has a client and server project. For the intercommunication web api is used. The app is using signalr hubs for broadcasting some messages to all users and all user’s tabs.