优化线程安全问题

This commit is contained in:
xia-chu
2025-06-29 17:56:10 +08:00
parent 18ca4cf48f
commit c98137e505

View File

@@ -442,7 +442,7 @@ namespace RTC
}
MS_DUMP(" size: %zu bytes", this->size);
static char transactionId[25];
thread_local static char transactionId[25];
for (int i{ 0 }; i < 12; ++i)
{