jdtcn / HybridBlazor

Simultaneous Blazor Hosting Models and switching at runtime
MIT License
96 stars 24 forks source link

Frontend dies when server shuts down #9

Open Squazz opened 1 year ago

Squazz commented 1 year ago

When using HybridOnNavigation, it shifts just fine to wasm on navigation.

But even though I'm using the wasm frontend, it dies when the server shuts down. I had expected to be able to navigate and use the counter even though the server shut down, and then when the server started again, it would start communicating again?