Don't flush

This commit is contained in:
Sardelka 2022-06-12 18:02:01 +08:00
parent b6450027b8
commit 188556991f

View File

@ -869,8 +869,6 @@ namespace RageCoop.Server
FileChunk=chunk,
},
client, ConnectionChannel.File, NetDeliveryMethod.ReliableOrdered);
MainNetServer.FlushSendQueue();
transfer.Progress=read/fs.Length;
if (updateCallback!=null) { updateCallback(transfer.Progress);}