Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-11-18 07:08:31 +08:00
commit a1608dd4c7
2 changed files with 14 additions and 8 deletions

View file

@ -190,7 +190,6 @@ public:
bool IsClosed()
{
MutexAutoLock lock(mMutex);
return ReadyState() == CLOSED;
}