rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Re-join room on timeout or disconnect #79

Closed rupl closed 8 years ago

rupl commented 8 years ago

Currently, if you lose your connection or have any sort of network hiccup, you basically drop from the room. This doesn't have to be so fragile. The client stores the room name and can auto-join the proper room when reconnecting.

This same issue occurs when the server reboots as well. So any updates to the app currently kill all activity on the site. Sadness.

Filing as a bug because it's a subtle event which causes a major UX disruption. It took me a while to figure out what was happening during a flaky moment on my own home wifi.

rupl commented 8 years ago

Whoops, forgot this was created! Solved with 9c2a9f1