提交 76a01f5a 编写于 作者: I Ian Craggs

Protect data structure alteration when creating sockets #1219 #1290 - part 2

上级 c3048f90
......@@ -115,7 +115,7 @@ MQTTProtocol state;
#if defined(_WIN32) || defined(_WIN64)
static mutex_type mqttclient_mutex = NULL;
static mutex_type socket_mutex = NULL;
mutex_type socket_mutex = NULL;
static mutex_type subscribe_mutex = NULL;
static mutex_type unsubscribe_mutex = NULL;
static mutex_type connect_mutex = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册