Add send_in_progress locks around send groups in NetworkServer.cpp

This commit is contained in:
Adam Honse 2025-07-04 23:37:23 -05:00
parent 2affb6d1e7
commit df73d0263a
2 changed files with 17 additions and 0 deletions

View file

@ -123,6 +123,8 @@ protected:
std::vector<NetworkPlugin> plugins;
std::mutex send_in_progress;
private:
#ifdef WIN32
WSADATA wsa;