graphql-redis-subscriptions
graphql-redis-subscriptions copied to clipboard
A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
See https://github.com/apollographql/graphql-subscriptions/issues/261 This is the exact same issue as described in the issue linked above. The returned AsyncIterator also implements the AsyncIterable interface (having an `[Symbol.asyncIterator]` property). GraphQL subscriptions expect...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 20.12.9. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.0 to 5.62.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. Release notes Sourced from ts-node's releases. Fix tsconfig.json file not found Fixed Fixed tsconfig.json file not found on latest TypeScript version (TypeStrong/ts-node#2091) Commits 057ac1b...
Bumps [@types/simple-mock](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/simple-mock) from 0.8.2 to 0.8.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 5.1.1. Release notes Sourced from chai's releases. v5.1.1 What's Changed Set up ESLint for JSDoc comments by @koddsson in chaijs/chai#1605 build(deps-dev): bump ip from 1.1.8...
with the version 2.6.0 there is no issue while calling `listenAllMessages` but with 2.6.1 I got the base64 string instead of my object
Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.5 to 7.1.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 to 5.4.1. Release notes Sourced from ioredis's releases. v5.4.1 5.4.1 (2024-04-17) Bug Fixes remove console.log (558497c) v5.4.0 5.4.0 (2024-04-16) Bug Fixes when refreshSlotsCache is called concurrently,...
When calling `asyncIterator` it doesn't immediately subscribe to redis topics, it waits until the iteration starts (`next` is called) to subscribe. This is unexpected behavior (checked with a few engineers)....