You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We needed to add hooks API like onStart and onComplete to @benzene/ws. We use to have it (#10) but they were removed in a later release due to certain memory leak concerns.
This issue is another visit to this matter. We need to know:
which hooks are needed
implementation/api, which variables can be accessed, mutated during those lifecycles.
We needed to add hooks API like
onStart
andonComplete
to@benzene/ws
. We use to have it (#10) but they were removed in a later release due to certain memory leak concerns.This issue is another visit to this matter. We need to know:
For inspirations, we can look at https://github.com/apollographql/subscriptions-transport-ws and https://github.com/enisdenjo/graphql-ws.
The text was updated successfully, but these errors were encountered: