Skip to content

graphql-redis-subscriptions version 2.6.0 is not working with Node 16.0.0 #603

@Sarathsr

Description

@Sarathsr

Updated my node version from node 14.16.0 to node 16.0.0.

const { RedisPubSub } = require('graphql-redis-subscriptions/dist/redis-pubsub');
export const pubSub = new RedisPubSub({
publisher: new Redis(readOptions),
subscriber: new Redis(readOptions),
})

The pubSub.publish stopped working. Working fine with Node 14.16.0

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions