issues
search
zino-hofmann
/
graphql-flutter
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k
stars
622
forks
source link
fix(graphql): add timeout to _resolveQueryOnNetwork
#1446
Closed
ykuc7
closed
4 months ago
ykuc7
commented
4 months ago
Fixes
Fixed an issue where an await would not come if WebsocketLink was disposed before the query was executed.
Please comment on the timeout time of 5 seconds, as we have not been able to determine whether it is appropriate.
Fixes