User-1395768221 posted
Experimenting with Blazor. I create the (server) example "counter" web page. Everything works fine in the development mode.
Then I publish the application to my web hosting service (ASPNIX). Homepage comes up as expected. Then after 60 seconds of non-activity, everything is grayed out and I get the following message:
"Could not reconnect to the server. Reload the page to restore functionality."
Is this normal expected behavior? Anyway to keep the server connection alive?