李勇

修改日志

... ... @@ -185,7 +185,7 @@ class AudioApe extends Ape {
this.sendTableUpdateHandler(channelInfo);
//递归检查,800毫秒之后执行
this.releaseTimeId=setTimeout(function(){
loger.warn(nodeId,"递归检查频道是否占用");
loger.warn(nodeId,"检查频道是否占用");
this._releaseNodeIdAllChannel(nodeId);
}.bind(this),800);
}
... ...
... ... @@ -186,7 +186,7 @@ class VideoApe extends Ape {
this.sendTableUpdateHandler(channelInfo);
//递归检查,800毫秒之后执行
this.releaseTimeId=setTimeout(function(){
loger.warn(nodeId,"递归检查频道是否占用");
loger.warn(nodeId,"检查频道是否占用");
this._releaseNodeIdAllChannel(nodeId);
}.bind(this),800);
}
... ...