Complete event never fires when using withFilter & graphql-redis-subscriptions #265
-
Server code example Dependecies |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To confirm that the After confirming, my guess is that |
Beta Was this translation helpful? Give feedback.
graphql-ws
has extensive tests around completion of subscription iterables. This is very likely a problem with one of the other dependencies not completing (not cleaning up) iterators properly.To confirm that the
graphql-ws
is working properly, please plug in the getting started schema and try out the client as showcased in the getting started client.After confirming, my guess is that
withFilter
is the culprit here (following the abundance of issues around it), please open an issue withgraphql-subscriptions
instead.