-
Notifications
You must be signed in to change notification settings - Fork 434
Implementation of some websocket utilities in juniper_subscriptions #617
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for pulling this out, it is a lot more reviewable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shaping up nicely! Please add a test showing usage, it is hard to reason about the ergonomics for users without seeing it in use. Plus, it will be good to make sure any changes do not regress it.
ad3cd50
to
bd7f03b
Compare
dfcad54
to
158cf70
Compare
c5bc70e
to
39620c1
Compare
For usage in the subscriptions handlers implementation
77ac433
to
df43e2f
Compare
56013ba
to
97eee2b
Compare
Do the changes on latest master supercede this PR? |
Has the objective of storing some useful implementation that can be used in the subscriptions implementation over websocket.