Skip to content

Commit

Permalink
feat(graphql): print the connection status with ws
Browse files Browse the repository at this point in the history
This reverts commit cb8973bd13fe511ecfaf7864b5f8dbebc1f9b35f.
  • Loading branch information
vytautas-pranskunas- committed Mar 15, 2023
1 parent 4554a18 commit a9aefc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class SocketClient {
_connectionStateController.add(SocketConnectionState.handshake);
} else {
_connectionStateController.add(SocketConnectionState.connected);
print('Connected to websocket.');
}
print('Initialising connection');
_write(initOperation);
Expand Down

0 comments on commit a9aefc4

Please # to comment.