Revert "flush"
This reverts commit 459cfccff5972a0f984f939dda0a88f157930ba6.
This commit is contained in:
parent
eb74bcf987
commit
3015ffe3ba
@ -53,7 +53,7 @@ namespace RageCoop.Client
|
||||
// 623c92c287cc392406e7aaaac1c0f3b0 = RAGECOOP
|
||||
NetPeerConfiguration config = new NetPeerConfiguration("623c92c287cc392406e7aaaac1c0f3b0")
|
||||
{
|
||||
AutoFlushSendQueue = true
|
||||
AutoFlushSendQueue = false
|
||||
};
|
||||
|
||||
config.EnableMessageType(NetIncomingMessageType.UnconnectedData);
|
||||
|
@ -561,7 +561,7 @@ namespace RageCoop.Client
|
||||
#endif
|
||||
}
|
||||
|
||||
// ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
|
||||
ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user