Skip to content

Commit

Permalink
platform: don't broadcast but wake one thread in CProtectedSocket::Ma…
Browse files Browse the repository at this point in the history
…rkReady()
  • Loading branch information
opdenkamp committed Feb 7, 2012
1 parent b5f6e85 commit 5409b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/sockets/socket.h
Expand Up @@ -223,7 +223,7 @@ namespace PLATFORM
CLockObject lock(m_mutex);
if (m_iUseCount > 0)
--m_iUseCount;
m_condition.Broadcast();
m_condition.Signal();
}

_Socket *m_socket;
Expand Down

0 comments on commit 5409b2e

Please sign in to comment.