mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix bug in prev commit
This commit is contained in:
@@ -798,7 +798,7 @@ class CallSession extends Emitter {
|
|||||||
|
|
||||||
if (0 === this.tasks.length &&
|
if (0 === this.tasks.length &&
|
||||||
this.requestor instanceof WsRequestor &&
|
this.requestor instanceof WsRequestor &&
|
||||||
!this.requestor.this.closedGracefully &&
|
!this.requestor.closedGracefully &&
|
||||||
!this.callGone
|
!this.callGone
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user