Ignore API assemblies

This commit is contained in:
Sardelka
2022-07-29 19:11:31 +08:00
parent 3e67cc519e
commit 9b1587f334
5 changed files with 20 additions and 13 deletions

View File

@ -6,6 +6,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Threading;
namespace RageCoop.Client
{
@ -560,6 +561,7 @@ namespace RageCoop.Client
#endif
}
ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
}