Commit df53add1 authored by Ian Craggs's avatar Ian Craggs

Solve timing problems

parent 185281c7
...@@ -1187,8 +1187,8 @@ void MQTTAsync_checkTimeouts() ...@@ -1187,8 +1187,8 @@ void MQTTAsync_checkTimeouts()
for (i = 0; i < timed_out_count; ++i) for (i = 0; i < timed_out_count; ++i)
ListRemoveHead(m->responses); /* remove the first response in the list */ ListRemoveHead(m->responses); /* remove the first response in the list */
} }
exit:
Thread_unlock_mutex(mqttasync_mutex); Thread_unlock_mutex(mqttasync_mutex);
exit:
FUNC_EXIT; FUNC_EXIT;
} }
......
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