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(); semaphore.Release();
} catch (SocketException){ } catch (SocketException){
try
{
semaphore.Release(); semaphore.Release();
}catch { }
isDisconected = true; isDisconected = true;
break; break;
} }
@ -114,8 +118,13 @@ namespace Server
catch (Exception ex) { } catch (Exception ex) { }
} }
if (isHost) if (isHost)
{
try
{ {
semaphore.Release(); semaphore.Release();
}
catch { }
playerJoin.Value.Close(); playerJoin.Value.Close();
} }
else else

Loading…
Cancel
Save