Получение пакетов клиентом

This commit is contained in:
2025-02-09 23:52:04 +06:00
parent 871b03632e
commit cea3a0ca28
26 changed files with 927 additions and 269 deletions

View File

@@ -114,7 +114,8 @@ public:
void shutdown(const std::string reason) {
ShutdownReason = reason;
if(ShutdownReason.empty())
ShutdownReason = reason;
IsGoingShutdown = true;
}