Deprecated dependency
Hi Guys,
is it possible to update dependency graphql-subscriptions up to version 1.0.0?
Thanks
I forked this repo and replaced pg-ipc with pg-listen
So now it will retry the connection to postgres.
Also update deps.
https://github.com/originlabs/graphql-postgres-subscriptions
Published to npm as @originlabs/graphql-postgres-subscriptions-retry
@jonahss Thanks for sharing the repo! Since Issues are not available on your repo fork I thought I'd try to reach you here. I wanted to share that the github link on the NPM page goes to the original graphql-postgres-subscriptions github and not your @originlabs/graphql-postgres-subscriptions-retry github repo.
Also was wondering if you had any plans to add typescript definitions for it? If not, I make take a stab at it.
Oh! I'm not used to issues not being enabled by default. Added them, thanks.
@cmidgley Typescript definitions would be very welcome!
I think you can use the type already defined for this class: https://github.com/apollographql/graphql-subscriptions/blob/master/src/pubsub-engine.ts
@cmidgley I just published a new patch version, fixing a major bug where once one connection was killed, no new notifications came in 🤦