Commit ea499805 authored by Ian Craggs's avatar Ian Craggs

Merge branch 'master' of https://github.com/CallumAttryde/paho.mqtt.c into develop

parents 4eea534d 42557201
......@@ -1856,6 +1856,7 @@ static thread_return_type WINAPI MQTTAsync_receiveThread(void* n)
data.token = command->command.token;
data.code = *(int*)(sub->qoss->first->content);
data.message = NULL;
Log(TRACE_MIN, -1, "Calling subscribe failure for client %s", m->c->clientID);
(*(command->command.onFailure))(command->command.context, &data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment