partially implement queuing while sycing client

This commit is contained in:
Lion Kortlepel
2021-02-28 14:39:48 +01:00
committed by Anonymous275
parent 4edd1ac100
commit 7cd420a1a5
4 changed files with 28 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ public:
void operator()() override;
bool TCPSend(TClient& c, const std::string& Data);
bool TCPSend(TClient& c, const std::string& Data, bool IsSync = false);
void SendLarge(TClient& c, std::string Data);
void Respond(TClient& c, const std::string& MSG, bool Rel);
std::shared_ptr<TClient> CreateClient(SOCKET TCPSock);