Switching between two Blazor ServerSide apps.

I have two Blazor apps. I want to switch between them smoothly. Using NavigationManager results in a complete reload of the (shared) app state, which was expected. The problem is that sometimes a "Reconnecting to server" screen flashes for a while and in the console I get an error message. Is it possible to efficiently switch between two apps (with passing the shared app state)?
No description
1 Reply
_dawidbartniczak
Code responsible for the transition between apps
No description