we have an application written using the Blazor library in the Blazro Server architecture. Everything is OK, but the problem is that if there are many people connected (many browser tabs opened on different computers), the application hangs, does not respond and only restarting IIS helps. I read that the problem lies in SignalR through which the client communicates with the server.
Will, for example, installing a more powerful device as a server help?
Maybe there is a way to do this? Maybe someone has already encountered this?
Can one use e.g. WebAssembly? there’s just a lot of rewriting.