提交 09ffa867 编写于 作者: I Ian Craggs

Merge branch 'develop' of https://github.com/chenzhenhua5/paho.mqtt.c into chenzhenhua5-develop

......@@ -2080,6 +2080,11 @@ MQTTResponse MQTTClient_subscribeMany5(MQTTClient handle, int count, char* const
}
else
{
if (count < sub->qoss->count)
{
rc = MQTTCLIENT_FAILURE;
goto exit;
}
ListElement* current = NULL;
i = 0;
while (ListNextElement(sub->qoss, &current))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册