Skip to content

Commit

Permalink
Set this._cluster to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
ejscribner committed Sep 3, 2024
1 parent c8b202d commit 6f56816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ottoman/ottoman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class Ottoman {
exports.__ottoman = undefined;
}
await this.cluster.close();
this._cluster = undefined;
}
}

Expand Down

0 comments on commit 6f56816

Please sign in to comment.