]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
[443964] Fix possible race condition when connecting with TLS.
authorRoger A. Light <roger@atchoo.org>
Fri, 12 Sep 2014 20:34:30 +0000 (21:34 +0100)
committerRoger A. Light <roger@atchoo.org>
Fri, 12 Sep 2014 20:34:30 +0000 (21:34 +0100)
commit4643ecaf54f293ac2913b66d35b5e082d7a2a344
treed071cc9f2c7a70203b6ebb2f7a723c94447cdfa0
parent2b32ef45c48bc3f332c6e1030a513aa5db373f9e
[443964] Fix possible race condition when connecting with TLS.

Fix possible race condition when connecting with TLS and publishing at
the same time, which could lead to PUBLISH data being sent before any
other messages and unencrypted. Closes #443964. Thanks to Hiram van
Paassen.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443964
Change-Id: I3945ed7d470b69fc939343fc21beffcd7315c502
ChangeLog.txt
src/paho/mqtt/client.py