mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-12 18:56:20 +00:00
partially implement queuing while sycing client
This commit is contained in:
committed by
Anonymous275
parent
4edd1ac100
commit
7cd420a1a5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user