Remove Socket.io for now

it is being built every time and we dont need it
This commit is contained in:
Lion Kortlepel
2021-09-09 12:25:08 +03:00
parent 2a96546c8c
commit 2727f90430
4 changed files with 2 additions and 171 deletions

View File

@@ -91,7 +91,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 2, 3, 0 };
static inline Version mVersion { 2, 4, 0 };
};
std::string ThreadName(bool DebugModeOverride = false);