bugfix: db caching had side affects of using closed http requestors

This commit is contained in:
Dave Horton
2022-12-13 14:52:38 -05:00
parent cc87b205a2
commit 7c85d6aeca
4 changed files with 18 additions and 14 deletions

View File

@@ -1286,6 +1286,7 @@ class CallSession extends Emitter {
}
this.tmpFiles.clear();
this.requestor && this.requestor.close();
this.notifier && this.notifier.close();
this.rootSpan && this.rootSpan.end();
}