We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39288ff + a9aefc4 commit 256133aCopy full SHA for 256133a
packages/graphql/lib/src/links/websocket_link/websocket_client.dart
@@ -278,6 +278,7 @@ class SocketClient {
278
_connectionStateController.add(SocketConnectionState.handshake);
279
} else {
280
_connectionStateController.add(SocketConnectionState.connected);
281
+ print('Connected to websocket.');
282
}
283
print('Initialising connection');
284
_write(initOperation);
0 commit comments