]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
[448428] Fix possible race condition connecting with loop_start().
authorRoger A. Light <roger@atchoo.org>
Sat, 1 Nov 2014 11:20:10 +0000 (11:20 +0000)
committerRoger A. Light <roger@atchoo.org>
Sat, 1 Nov 2014 11:20:10 +0000 (11:20 +0000)
commita3e8e69466d7da5b147bd07d14adc38013781509
treef780c15e5d614497fb68c0490a20b6de081e27d0
parent3ae206653172f175157ac06d6e08933b78298c58
[448428] Fix possible race condition connecting with loop_start().

If the connection in loop_start() does not complete before loop_stop()
is called the network thread never ends.

Thanks to Kees Bakker.

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