mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 21:33:01 +00:00
Core: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
6fc0790f3a
commit
0d2a459fae
@@ -57,7 +57,7 @@ bool ServerSession::IsSignaled() const {
|
||||
}
|
||||
|
||||
// Wait if we have no pending requests, or if we're currently handling a request.
|
||||
return !(pending_requesting_threads.empty() || currently_handling != nullptr);
|
||||
return !pending_requesting_threads.empty() && currently_handling == nullptr;
|
||||
}
|
||||
|
||||
void ServerSession::Acquire(Thread* thread) {
|
||||
|
||||
Reference in New Issue
Block a user