Skip to content

Commit

Permalink
Merge a9aefc4 into 39288ff
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautas-pranskunas- authored Mar 15, 2023
2 parents 39288ff + a9aefc4 commit 84c1279
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 84c1279

Please sign in to comment.