From 3e0a586238c0fd619cf0234220fd6e24c8c74c66 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 10 Oct 2025 20:10:16 -0500 Subject: [PATCH] feat(net): implement more of NetClient::Disconnect --- src/net/connection/NetClient.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/net/connection/NetClient.cpp b/src/net/connection/NetClient.cpp index 97712af..921a00f 100644 --- a/src/net/connection/NetClient.cpp +++ b/src/net/connection/NetClient.cpp @@ -203,8 +203,7 @@ void NetClient::Disconnect() { serverConnection->Disconnect(); - // TODO - // this->m_netEventQueue->Clear(); + this->m_netEventQueue->Clear(); serverConnection->Release();