Set this.isCancelled in close method of streamSink.
This commit is contained in:
parent
e9ba54940d
commit
efad0c7a40
@ -1483,6 +1483,7 @@ MessageHandler.prototype = {
|
||||
if (this.isCancelled) {
|
||||
return;
|
||||
}
|
||||
this.isCancelled = true;
|
||||
sendStreamRequest({ stream: 'close', });
|
||||
delete self.streamSinks[streamId];
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user