SigurdJanson / FateExplorer

This app is for pen & paper "The Dark Eye" players. It's goal is to enhance the game experience and unburden players from many details of a vast rule system. Fate Explorer recently moved from R Shiny to .NET Blazor.
MIT License
0 stars 0 forks source link

Feature: Inform user to take a note of the energies when leaving the app #77

Open SigurdJanson opened 2 years ago

SigurdJanson commented 2 years ago

See https://stackoverflow.com/questions/58199849/how-to-detect-that-a-client-closed-the-browser-on-blazor-server-side-web-socket?msclkid=edf2d229b6b011eca6e511374e896d28

SigurdJanson commented 2 years ago

Unless you manage to fix #96. Because leaving the app can only accomplished via Dispose() and that seems to be an unreliable solution when it comes to users' interactions.

SigurdJanson commented 1 year ago

Maybe one of these samples will help: