maddalax / dockside

[under heavy construction, do not use at the moment] Dockside - simple platform as a service to self host your apps, written in pure go
1 stars 1 forks source link

handle reconnecting client side ws when server reboots #1

Open maddalax opened 1 week ago

maddalax commented 1 week ago

main issue is that when the server reboots, any handlers that were registered on the client are gone.

if the server version and the client version mismatches, the user must reload the page.