Skip to content

Commit c339cea

Browse files
committed
Raise exceptions in MQTTMessageInfo.wait_for_publish()
MQTTMessageInfo.wait_for_publish() will now raise exceptions if called when the publish call produced an error. Closes #550. Thanks to jps-aldridge.
1 parent 9c22a9c commit c339cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ChangeLog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ v1.6.0 - 2021-xx-xx
33

44
- Changed default TLS version to 1.2 instead of 1.0.
55
- Fix incoming MQTT v5 messages with overall property length > 127 bytes being
6-
incorrectly decoded. Closes #541.
6+
incorrectly decoded. Closes #541.
7+
- MQTTMessageInfo.wait_for_publish() will now raise exceptions if called when
8+
the publish call produced an error. Closes #550.
79

810

911
v1.5.1 - 2020-09-22

0 commit comments

Comments
 (0)