remove two-socket download

This commit is contained in:
Lion Kortlepel
2024-09-29 01:15:48 +02:00
parent a4b62d013c
commit 88ca17236a
5 changed files with 22 additions and 130 deletions
-1
View File
@@ -144,7 +144,6 @@ void TClient::EnqueuePacket(const std::vector<uint8_t>& Packet) {
TClient::TClient(TServer& Server, ip::tcp::socket&& Socket)
: mServer(Server)
, mSocket(std::move(Socket))
, mDownSocket(ip::tcp::socket(Server.IoCtx()))
, mLastPingTime(std::chrono::high_resolution_clock::now()) {
}