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
It's no longer needed to call `mqtt_input` after `mqtt_disconnect`.
Doing this will actually return an error as the MQTT connection is no
longer active after calling `mqtt_disconnect`.
Fixeszephyrproject-rtos#22360
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
It's no longer needed to call `mqtt_input` after `mqtt_disconnect`.
Doing this will actually return an error as the MQTT connection is no
longer active after calling `mqtt_disconnect`.
Fixes#22360
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Describe the bug
The test test_mqtt_disconnect fails with an assertion when run on cc3220sf_launchxl:
To Reproduce
Steps to reproduce the behavior:
#define SERVER_ADDR "137.135.83.217"
Expected behavior
I'd expect the test to pass.
Impact
Unable to run the test successfully
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: