提交 89f24181 编写于 作者: J Joao Moreno

fix #15347

上级 f5882a32
......@@ -79,6 +79,10 @@ export class Client implements IChannelClient, IDisposable {
}
protected request(channelName: string, name: string, arg: any): Promise {
if (!this.disposeDelayer) {
return Promise.wrapError('disposed');
}
this.disposeDelayer.cancel();
const channel = this.channels[channelName] || (this.channels[channelName] = this.client.getChannel(channelName));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册