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
&graphQLSocketMessageEncoder
to the constructor.
0.1.4 #
- Add
channelGenerator
to the constructor.
0.1.3 #
- Add
inactivityTimeout
parameter.
0.1.2 #
- Send
stop
command to server once subscription canceled.
0.1.1 #
- Handle exceptions.
- Throw
WebSocketLinkParserException
andWebSocketLinkServerException
.
0.1.0 #
- port Websocket link from
graphq-flutter
- use
WebSocketChannel
as a base for the connection