-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphql-transport-ws): ensure result message is processed before … (
#466) * fix(graphql-transport-ws): ensure result message is processed before complete message; do not close connection if keepalive is on * chore(gql_websocket_link): format graphql_transport_ws.dart * fix(graphql-transport-ws): added timeout logic for processing received complete message wait loop * refactor(graphql_transport_ws): change while loop to completer for async tasks management * fix(graphql_transport_ws): completer error Future already completed * test(gql_websocket_link): new async task management tests
- Loading branch information
Showing
2 changed files
with
471 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.