We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2fe7b commit e30c2faCopy full SHA for e30c2fa
1 file changed
source/v5/mqtt5_client.c
@@ -2639,8 +2639,6 @@ uint64_t aws_mqtt5_client_acquire_puback(
2639
AWS_FATAL_ASSERT(aws_event_loop_thread_is_callers_thread(client->loop));
2640
2641
if (publish_view->qos == AWS_MQTT5_QOS_AT_MOST_ONCE) {
2642
- AWS_LOGF_ERROR(
2643
- AWS_LS_MQTT5_CLIENT, "id=%p: PUBACK control cannot be taken for a QoS 0 PUBLISH packet.", (void *)client);
2644
return 0;
2645
}
2646
0 commit comments