apollographql / graphql-subscriptions

:newspaper: A small module that implements GraphQL subscriptions for Node.js
MIT License
1.58k stars 133 forks source link

Complete event is never fired when using withFilter & graphql-redis-subscriptions #248

Open ajmerik121 opened 2 years ago

ajmerik121 commented 2 years ago

Server code example

Screenshot_13

Client side code example Screenshot_14

Issue pingggggggggggg

Dependecies "apollo-server-express": "^3.5.0", "graphql": "^16.0.1", "graphql-redis-subscriptions": "^2.4.0", "graphql-subscriptions": "^2.0.0", "graphql-ws": "^5.5.5", "ioredis": "^4.28.0",