KyoriPowered / adventure-webui

A web UI for Adventure
https://webui.advntr.dev/
MIT License
25 stars 16 forks source link

Allow for websockets to reconnect #165

Open clrxbl opened 1 year ago

clrxbl commented 1 year ago
CleanShot 2023-07-21 at 17 29 58@2x

Currently, if the browser loses it's connection to the websocket, it never attempts to reconnect and you are required to reload the page. It'd be nice if it could just reconnect.

kezz commented 1 year ago

Could be as simple as just remaking the socket, I'll give it a go internally and then upstream it if it's a "good" solution