-
Notifications
You must be signed in to change notification settings - Fork 20
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
Minimal async fails #19
Comments
What version of graphql-server-core are you using? Can you try 1.1.1 exactly? |
I was using 1.1.3, and yeah 1.1.1 worked thanks |
Looks like the same thing as this: |
I have the same issue, without async working fine.
|
its working now, using decorator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a minimal async example
I can do a synchronous resolve
But running
Fails and the server stops, I'm assuming something is blocking the event loop but I can't find where
The text was updated successfully, but these errors were encountered: