commit | d58e6efc76c0ca726ea7a20639b49217a693d6cf | [log] [tgz] |
---|---|---|
author | Jeppe Odgaard <jeppe.odgaard@prevas.dk> | Mon Jul 07 16:32:47 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 09 12:46:33 2025 -0400 |
tree | f7646d1099301c71d11752a23c3fd6996b1a7784 | |
parent | c2835ab6a9b068eaa517c31c200a5ebb8f610a43 [diff] |
shell: mqtt: cancel disconnect work on connect event If the disconnect work has not yet run when a connect event is received the connect event is dropped. Prevent this behaviour by reorganizing `network_evt_handler()`. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>