修复无人播放事件触发延时不准确的bug

This commit is contained in:
xiongziliang
2020-03-23 10:21:17 +08:00
parent 1168174c2b
commit ace200716a
21 changed files with 42 additions and 139 deletions

View File

@@ -79,7 +79,7 @@ private:
return;
}
if (--_readerCount == 0 && totalReaderCount() == 0) {
if (--_readerCount == 0) {
onNoneReader();
}
}