This commit is contained in:
Sardelka
2022-07-29 21:53:26 +08:00
parent fdb66cba6d
commit 459cfccff5
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ namespace RageCoop.Client
// 623c92c287cc392406e7aaaac1c0f3b0 = RAGECOOP
NetPeerConfiguration config = new NetPeerConfiguration("623c92c287cc392406e7aaaac1c0f3b0")
{
AutoFlushSendQueue = false
AutoFlushSendQueue = true
};
config.EnableMessageType(NetIncomingMessageType.UnconnectedData);

View File

@ -561,7 +561,7 @@ namespace RageCoop.Client
#endif
}
ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
// ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
}