Skip to content

Commit

Permalink
add log to mqtt_tcp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu authored Nov 8, 2023
1 parent bab0d4d commit 428baf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mqtt/transport/tcp/mqtt_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ mqtt_tcptran_pipe_recv_cb(void *arg)
nni_aio_set_iov(p->faio, 2, iov);
nng_stream_send(p->conn, p->faio);
} else {
nni_plat_printf("ack msg lost %d\n", packet_id);
nni_msg_free(qmsg);
}
// else {
Expand Down

0 comments on commit 428baf0

Please sign in to comment.