commit | ac12066800ac0d7c2e353462b830f96e8e97fe1b | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Fri Jan 31 15:12:24 2020 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jan 31 17:13:35 2020 +0200 |
tree | 25b4b9cc662c786309ba5ab5a34d6069f65773a6 | |
parent | 0113b08baa40db955f61114868f6fb6bae47a01d [diff] |
tests: net: mqtt: Fix failure at disconnect 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>