Add send_in_progress locks around send groups in NetworkServer.cpp
This commit is contained in:
parent
2affb6d1e7
commit
df73d0263a
2 changed files with 17 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ protected:
|
|||
|
||||
std::vector<NetworkPlugin> plugins;
|
||||
|
||||
std::mutex send_in_progress;
|
||||
|
||||
private:
|
||||
#ifdef WIN32
|
||||
WSADATA wsa;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue