Skip to content

Commit

Permalink
Also issue disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Clon1998 committed Mar 31, 2024
1 parent c56514a commit 603c62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/lib/network/json_rpc_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ class JsonRpcClient {

if (_disposed) {
logger.i('$logPrefix Client is already disposed, aborting opening of websocket');
curState = ClientState.disconnected;
return false;
}

Expand Down

0 comments on commit 603c62e

Please sign in to comment.