remove commit

This commit is contained in:
Liu Jicong 2022-04-19 17:11:53 +08:00
parent 3277607503
commit 19bbd68060
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ void loop_consume(tmq_t* tmq) {
if (0 != g_stConfInfo.showMsgFlag) { if (0 != g_stConfInfo.showMsgFlag) {
/*msg_process(tmqMsg);*/ /*msg_process(tmqMsg);*/
} }
/*tmq_commit(tmq, NULL, false);*/
tmq_message_destroy(tmqMsg); tmq_message_destroy(tmqMsg);
} else { } else {
break; break;