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
Hi
I use SSL to connect to a broker.
When I publish a QoS1 or QoS2 message, there is a high probability that the MQTT connection will be disconnected.
When I print the lastError, it shows LWMQTT_NETWORK_FAILED_READ.
However, I have confirmed that my Wi-Fi is connected and functioning properly; only the MQTT connection is disconnected
The text was updated successfully, but these errors were encountered:
Are you sure that you do not have a publish / subscribe / unsubscribe in onMessage callback? I had very strange behavior by that (LWMQTT_NETWORK_FAILED_READ = -5 and LWMQTT_MISSING_OR_WRONG_PACKET = -9) ... After eliminating that it works good using TLS / BearSSL and QOS1 and QOS2 messages.
Hi
I use SSL to connect to a broker.
When I publish a QoS1 or QoS2 message, there is a high probability that the MQTT connection will be disconnected.
When I print the lastError, it shows LWMQTT_NETWORK_FAILED_READ.
However, I have confirmed that my Wi-Fi is connected and functioning properly; only the MQTT connection is disconnected
The text was updated successfully, but these errors were encountered: