artsy / positron

Positron is Artsy Writer or the editorial tool and API for Artsy.
MIT License
85 stars 42 forks source link

feat(websockets): Add ability to reconnect #3006

Closed damassi closed 2 years ago

damassi commented 2 years ago

This attempts to add some resiliency to our websocket connection for long-running browser tabs. When the tab sleeps, it drops the connection; but with reconnect=true it will reconnect.

cc @artsy/grow-devs