-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Better Subscription #6
Comments
|
do subscriptions work without sockets? never saw anything about web socket connections. are subscriptions working now? |
Are subscriptions implemented at all? Though I see some helper methods in the documentation and source code I can't seem to get them to work... |
Cant find how subscriptions can work ..... someone has a sample ? |
@hedevelop Subscriptions are not implemented. Personally I switched to the Apollo stack in order to be able to consume subscriptions. |
Is this thing abandoned? I like the library but the lack of subscriptions is a problem. Hasura uses websockets which seem pretty easy to implement. The lib is simple enough that I could probably hack a solution together if anyone is still interested. Do I need to hard fork the thing? |
@frink I do not really know how subscriptions work but if you're interested in improving it I really want to see your PR and want to add you as a contributor! Can you simply implement? |
yo @f |
Sorry been busy with life. I'll take a look. No promises but I'll PR if I have something. |
bro how are you
…On Sat, Dec 28, 2024 at 7:41 PM frink ***@***.***> wrote:
Sorry been busy with life. I'll take a look. No promises but I'll PR if I
have something.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BN2CJMBROOAORHIEMEHYS432H5HMRAVCNFSM6AAAAABT34F55GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGU3TSOJQG4>
.
You are receiving this because you commented.Message ID: <f/graphql.
***@***.***>
|
Subscriptions need to be implemented.
They can be that easy:
And can be unsubscribed.
The text was updated successfully, but these errors were encountered: