Revert "No Issue - add mutex in EventSource"

This reverts commit e4643f5bed2cdc600fc29900fe3b4d22e25763bc.

Apparently causes deadlocks in Linux.
This commit is contained in:
Moonchild 2023-11-15 11:33:39 +01:00 committed by roytam1
commit b004af07d0

View file

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