-
Notifications
You must be signed in to change notification settings - Fork 179
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
Subscriptions: SSE distinct connection support #1195
base: main
Are you sure you want to change the base?
Conversation
Hey, I wanted to see if someone has any feedback for me on this. Thanks! |
Apologies @danplischke but I am no longer with Mirumee. Poking @DamianCzajkowski |
Hi @danplischke, thank you for the contribution. We are currently paced with commercial projects, but I am searching for a solution for you and the rest of the new PRs. Are you on the time pressure? |
Hi @mociepka Let me know if I can somehow make this easier on you. Happy to help. |
This PR introduces a first implementation of subscriptions over Server-Sent Events (SSE) based on the definition in graphql-sse. This provides an alternative to the existing WebSocket support, which is particularly useful in scenarios where WebSocket connections may be restricted (e.g., corporate proxies).
Key Features / Considerations
It would be great to get some feedback from you on:
Looking forward to your feedback!
Thanks in advance!