Skip to content

Commit

Permalink
Fix reconnection issues with ConnectionTCP
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 committed May 23, 2024
1 parent b1bfb83 commit 7772089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connection/1_connection_tcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class ConnectionTCP implements Connection {
}
}
} while (this.connected);
this.stateChangeHandler?.(false);
});
this.#connection = connection;
}
Expand Down

0 comments on commit 7772089

Please sign in to comment.