Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Jan 30, 2024
1 parent 4783ea1 commit 38532f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/request-response/protocol_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,15 @@ static void s_protocol_adapter_mqtt5_lifecycle_event_callback(const struct aws_m
};

(*adapter->config.connection_event_callback)(&connection_event, adapter->config.user_data);
break;
}
case AWS_MQTT5_CLET_DISCONNECTION: {
struct aws_protocol_adapter_connection_event connection_event = {
.event_type = AWS_PACET_DISCONNECTED,
};

(*adapter->config.connection_event_callback)(&connection_event, adapter->config.user_data);
break;
}
default:
break;
Expand Down

0 comments on commit 38532f0

Please sign in to comment.