Prevent deadlock when server is stopping (#426)

This commit is contained in:
itytophile
2023-02-25 23:41:05 +01:00
committed by GitHub
parent 9157873f5b
commit 1e3560014f
2 changed files with 13 additions and 1 deletions

View File

@ -126,5 +126,6 @@ namespace ix
// as a connection
std::condition_variable _conditionVariableGC;
std::mutex _conditionVariableMutexGC;
bool _canContinueGC{ false };
};
} // namespace ix