humanmade / Hatjitsu

Websocket based Planning Poker
https://planningpoker.hmn.md/
MIT License
5 stars 2 forks source link

Closing one tab disconnects all tabs #36

Closed tomjn closed 9 months ago

tomjn commented 1 year ago

If I open the same room multiple times I can vote from all of them and they all stay in sync identifying me as the same person.

But if I close a tab, the socket is disconnected and the connection for all tabs is closed.

I managed to track down some errors that happened when this occurred and fixed those so the app doesn't crash, but the behaviour is still there. Refreshing the tab fixes the issue but you gain a new identity in the process.