-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still alive #18
Comments
Anyone? |
what is an alternative to this package? Seems abandoned, so will have to update current projects. |
I forked this repo and replaced https://github.com/originlabs/graphql-postgres-subscriptions Published to npm as @originlabs/graphql-postgres-subscriptions-retry |
hi @Jonahss i have tried your fork but the pubsub never get connected. |
Hi @raymclee I'm using my fork in production, so works for my case, but I'd be happy to fix any issues to work for your case. |
Hi @Jonahss, just tried again with topics added and it works! |
Awesome!
Yeah, I did the work pretty quickly, so had to make that requirement. It
feels a little awkward, but I didn't want to change the interface too much,
so that it's almost a drop-in replacement. If you want to dynamically add
new topics, we might have to re-work it.
…On Tue, Apr 20, 2021 at 6:00 AM raymclee ***@***.***> wrote:
Hi @Jonahss <https://github.com/Jonahss>, just tried again with topics
added and it works!
not sure why it was not working last time. i think i have added the list
of topics to constructor also.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALTRMM6U4LF3I6Z7U75AKDTJV3HVANCNFSM4IFRGWCA>
.
|
@Jonahss Thanks a ton for this. Saved my bacon today after I thought I got a feature done with plenty of time for a demo tomorrow only to find that the AWS load balancer was destroying my websocket usage when deployed to the hosted environment. Then I found this repo and it's so out of date that nothing worked. Figured I was done for until I found your fork. Worked great. Thanks! PS - I did run into the same issue as raymclee above. Had to come up with a work around because I was indeed using dynamic topics. My current implementation isn't the greatest because I just moved the dynamic bit to the payload and the client now receives all the payloads under that topic and then filters off of the value. When I have more time I'll try to PR in some dynamic topic support to your fork. For now it works fine for demo though so I'm finally off to bed! 😅 |
Hey sweet! Thanks for the shoutout :D Happy that more people are able to
get graphql postgres subscriptions working.
A nice solution to dynamic topics would be great.
…On Thu, Aug 25, 2022 at 10:24 AM Chev ***@***.***> wrote:
@Jonahss <https://github.com/Jonahss> Thanks a ton for this. Saved my
bacon today after I thought I got a feature done with plenty of time for a
demo tomorrow only to find that the AWS load balancer was destroying my
websocket usage when deployed to the hosted environment. Then I found this
repo and it's so out of date that nothing worked. Figured I was done for
until I found your fork. Worked great. Thanks!
PS - I did run into the same issue as raymclee above. Had to come up with
a work around because I was indeed using dynamic topics. My current
implementation isn't the greatest because I just moved the dynamic bit to
the payload and the client now receives all the payloads under that topic
and then filters off of the value. When I have more time I'll try to PR in
some dynamic topic support to your fork.
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALTRMLPEGNOLLYXE3PFQFTV24NS7ANCNFSM4IFRGWCA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Hello,
is this project still maintained?
Thank you
Jan Opravil
The text was updated successfully, but these errors were encountered: