gql_websocket_link 0.3.3  gql_websocket_link: ^0.3.3 copied to clipboard
gql_websocket_link: ^0.3.3 copied to clipboard
GQL Websocket Link
0.3.3 #
- Expose connectionStateStreamgetter onWebSocketLink.
0.3.2 #
- Upgrade gql_exec.
0.3.0 #
- Migrate to null safety
0.3.0-nullsafety.1 #
- Migrate to null safety
0.2.0 #
- Add autoReconnectfeature.
- Auto subscribe to active subscriptions after reconnect.
- BREAKING: removed channelfrom constructor, usechannelGeneratorinstead.
0.1.7 #
- fix #188, Determine the boundary if channelGeneratoris null and uri is not null
- Update the dependent package rxdart to ^0.25.0
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