-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unable to change 5 seconds Timeout in the SDK #143
Comments
Currently working on a PR for this. |
Awesome, thanks for the report and for the PR :) |
For anyone who uses the latest and wants to override the timeout when doing:
You can just create your own
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The graphql-v5.2.0-beta.9 dependency package being used in
nhost-dart
SDK added a 5 second timeout which causes Nhost apps to fail abrupty.graphql-v5.2.0-beta.9 related commit: zino-hofmann/graphql-flutter@6180841
We should add an optional parameter to be able to increase the Timeout in
createNhostGraphQLClientForAuth
.The text was updated successfully, but these errors were encountered: