李勇

修改日志

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