Receive cancellations

preventConflictingFlags
Onder Kalaci 2020-04-08 16:26:27 +02:00
parent d1ac5c5e00
commit eadb18e758
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ WaitLoopForSharedConnection(const char *hostname, int port)
{
while (!TryToIncrementSharedConnectionCounter(hostname, port))
{
CHECK_FOR_INTERRUPTS();
WaitForSharedConnection();
}