|
|
@ -1483,6 +1483,7 @@ MessageHandler.prototype = { |
|
|
|
if (this.isCancelled) { |
|
|
|
if (this.isCancelled) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.isCancelled = true; |
|
|
|
sendStreamRequest({ stream: 'close', }); |
|
|
|
sendStreamRequest({ stream: 'close', }); |
|
|
|
delete self.streamSinks[streamId]; |
|
|
|
delete self.streamSinks[streamId]; |
|
|
|
}, |
|
|
|
}, |
|
|
|