Skip to content

Commit 4454251

Browse files
committed
close connections when done
1 parent dc35f01 commit 4454251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IRISDriver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export class IRISDriver implements Driver {
338338
if (!this.master) {
339339
throw new ConnectionIsNotSetError("iris")
340340
}
341+
this.master.closeAll()
341342

342343
// this.master.close()
343344
// this.master = undefined

0 commit comments

Comments
 (0)