Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
李勇
/
McuClient
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李勇
2017-04-20 11:15:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0081ee050fb10f76c62d21960d304da4e310ecf
e0081ee0
1 parent
9f3d40e2
修改日志
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
src/apes/AudioApe.js
src/apes/VideoApe.js
src/apes/AudioApe.js
查看文件 @
e0081ee
...
...
@@ -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
);
}
...
...
src/apes/VideoApe.js
查看文件 @
e0081ee
...
...
@@ -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
);
}
...
...
请
注册
或
登录
后发表评论