mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Merge pull request #2093 from thomas-blank/fix-mqtt-connection-refused
Fix Bug in MQTT App: Refused Connections should not be pursued.
This commit is contained in:
commit
905356da13
@ -751,6 +751,8 @@ handle_connack(struct mqtt_connection *conn)
|
||||
call_event(conn,
|
||||
MQTT_EVENT_CONNECTION_REFUSED_ERROR,
|
||||
&conn->in_packet.payload[1]);
|
||||
abort_connection(conn);
|
||||
return;
|
||||
}
|
||||
|
||||
conn->out_packet.qos_state = MQTT_QOS_STATE_GOT_ACK;
|
||||
|
Loading…
Reference in New Issue
Block a user