powerhouse-inc / powerhouse

https://powerhouse-design-system-six.vercel.app
0 stars 0 forks source link

Replace pull responder listener with a websocket listener. #229

Open CallmeT-ty opened 5 months ago

CallmeT-ty commented 5 months ago

Start using GraphQL websockets subscriptions for receiving pull updates from switchboard. We need to detect:

  1. When the websocket subcript is graciously closed by the server.
  2. When it is graciously closed by the client (page reopen)
  3. When it times out.

Allowing connect or switchboard to pull & push whenever they want.

DoD

CallmeT-ty commented 4 months ago

Requires more active management of the Listeners. We'll bring this back to priority once the switchboard rework is finished.