dernier push
continuous-integration/drone/push Build is passing Details

lastBranch
Rami KHEDAIR 2 years ago
parent 21ee166715
commit 2003fedc51

@ -92,7 +92,11 @@ namespace Server
semaphore.Release();
} catch (SocketException){
semaphore.Release();
try
{
semaphore.Release();
}catch { }
isDisconected = true;
break;
}
@ -115,7 +119,12 @@ namespace Server
}
if (isHost)
{
semaphore.Release();
try
{
semaphore.Release();
}
catch { }
playerJoin.Value.Close();
}
else

Loading…
Cancel
Save