mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-27 14:18:00 +03:00
Remove semaphores.
This commit is contained in:
parent
730b14cdfa
commit
2ea6af0324
@ -27,8 +27,6 @@ namespace Syroot.Worms.Worms2.GameServer
|
||||
|
||||
private readonly PipeReader _reader;
|
||||
private readonly PipeWriter _writer;
|
||||
private readonly SemaphoreSlim _recvLock = new SemaphoreSlim(1, 1);
|
||||
private readonly SemaphoreSlim _sendLock = new SemaphoreSlim(1, 1);
|
||||
|
||||
// ---- CONSTRUCTORS & DESTRUCTOR ------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user