powerhouse-inc / document-drive

GNU Affero General Public License v3.0
1 stars 0 forks source link

Replace pull responder listener with a websocket listener. #187

Open CallmeT-ty opened 3 months ago

CallmeT-ty commented 3 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 1 month ago

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