-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Getting an Error for Invalid Subscription Requests #2534
Comments
Thanks for reporting @Nuvindu! I thought this would be a regression with the recent refactorings we did, but seems like this has been an issue even before that. I opened a PR that would fix this. |
@thomasheyenbrock Is there any update for this? |
@Nuvindu thanks for following up! I have been busy the last weeks focussing on getting the new design ready, so this fell kinda off the plate 😞 I'll try to follow up this or next week 🤞 |
No worries!🙌. I saw the pr is almost completed. That's why I asked. |
This should now be fixed in |
I'm currently working on integrating GraphQL subscriptions in Ballerina language to a GraphiQL web based client. It uses websockets for subscriptions and works fine with valid subscription requests.
But for invalid subscription requests, an error occurs like this.
The GraphiQL client receives this websocket payload.
The text was updated successfully, but these errors were encountered: