调整APPEND公共日志字段的时机

This commit is contained in:
liuxueli
2023-06-16 19:56:56 +08:00
parent 5b3ae38b3f
commit 7cc941be4e
2 changed files with 37 additions and 16 deletions

View File

@@ -2341,7 +2341,7 @@ extern "C" unsigned char TSG_MASTER_UDP_ENTRY(const struct streaminfo *a_udp, vo
if(state1&APP_STATE_DROPME || state2&APP_STATE_DROPME || a_udp->opstate==OP_STATE_CLOSE)
{
//session_application_metrics_update(a_udp, udp_srt_context->srt_action_context, thread_seq);
session_application_metrics_update(a_udp, udp_srt_context->srt_action_context, thread_seq);
dictator_free(thread_seq, *pme);
*pme=NULL;