Closed moezRebai closed 1 year ago
Load balancing isn't supported on Blazor. The HTTP client in the browser doesn't have enough features to support it.
@JamesNK thanks for the prompt answer, however in this demo, seems to be a Blazor app, https://www.youtube.com/watch?v=CXH_jEa8dUw
I see your confusion. Load balancing isn't supported on Blazor WebAssembly. It is supported with Blazor server. The demo used Blazor server.
@JamesNK got it, thank you for the answer đź‘Ť, is there any alternatives ?
You could try to simulate load balancing in your app. However, Blazor WebAssembly has limited network capabilities.
Hello,
I m trying to add a client side load balancing for my Blazor application using a static Resolver , but it's not working and I m getting the below exception :
I tried to use the SocketsHttpHandle, still getting a new exception
Here's my code :
I m using ::