-
Notifications
You must be signed in to change notification settings - Fork 349
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
GraphQL Handler - Crashes on Configuration Errors #5402
Comments
4 tasks
Fixed in e4f94eb |
The other issue is fixed, but this one isn't. The other issue was just how I found this one - but as per the above any non-clean disconnect causes an error. The change needed here is to improve the error handling, to not cause the process to fail entirely. |
ardatan/graphql-tools#5349 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
When using the
WS
transport for subscriptions in the GraphQL handler, any configuration error causes the instance to terminate.To Reproduce Steps to reproduce the behavior:
The mesh instance will terminate with this trace:
Expected behavior
A runtime error (This is the behaviour in LEGACY_WS) that does not terminate the instance.
The text was updated successfully, but these errors were encountered: