You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances Tortoise.publish() can hang forever. Even specifying a timeout=10 value does not help.
The reproducible test case I (accidentally) found is when connecting to a MQTT server using Tortoise.Transport.SSL where the server it not configured to use SSL.
I would expect to get an error in this situation or a immediate return with no error (as QOS=0), not a indefinite hang.
Regards
The text was updated successfully, but these errors were encountered:
Hello,
Under certain circumstances
Tortoise.publish()
can hang forever. Even specifying atimeout=10
value does not help.The reproducible test case I (accidentally) found is when connecting to a MQTT server using Tortoise.Transport.SSL where the server it not configured to use SSL.
I would expect to get an error in this situation or a immediate return with no error (as QOS=0), not a indefinite hang.
Regards
The text was updated successfully, but these errors were encountered: