oliyh / re-graph

A graphql client for clojurescript and clojure
461 stars 40 forks source link

Re-subscribe when websocket connection re-established #10

Closed oliyh closed 6 years ago

oliyh commented 6 years ago

The server probably cleans up subscriptions when the client disconnects from a websocket connection.

We should re-subscribe existing subscriptions when the websocket connection is interrupted and resumed.