Skip to content

Commit

Permalink
Stop NT aliveness checking on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 29, 2023
1 parent 55e7787 commit b3a5229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/dataSources/NT4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export class NT4_Client {
}

private async connectOnAlive() {
if (!this.serverConnectionRequested) return;
let result: Response | null = null;
let requestStart = new Date().getTime();
try {
Expand Down

0 comments on commit b3a5229

Please sign in to comment.