gql_websocket_link 0.1.7-alpha+1612966619970
gql_websocket_link: ^0.1.7-alpha+1612966619970 copied to clipboard
GQL Websocket Link
0.1.7-alpha+1612966619970 #
0.1.6 #
- Delay requests until connect is done
0.1.5 #
- Add
graphQLSocketMessageDecoder&graphQLSocketMessageEncoderto the constructor.
0.1.4 #
- Add
channelGeneratorto the constructor.
0.1.3 #
- Add
inactivityTimeoutparameter.
0.1.2 #
- Send
stopcommand to server once subscription canceled.
0.1.1 #
- Handle exceptions.
- Throw
WebSocketLinkParserExceptionandWebSocketLinkServerException.
0.1.0 #
- port Websocket link from
graphq-flutter - use
WebSocketChannelas a base for the connection