mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-18 15:57:49 +08:00
优化线程安全问题
This commit is contained in:
parent
18ca4cf48f
commit
c98137e505
@ -442,7 +442,7 @@ namespace RTC
|
|||||||
}
|
}
|
||||||
MS_DUMP(" size: %zu bytes", this->size);
|
MS_DUMP(" size: %zu bytes", this->size);
|
||||||
|
|
||||||
static char transactionId[25];
|
thread_local static char transactionId[25];
|
||||||
|
|
||||||
for (int i{ 0 }; i < 12; ++i)
|
for (int i{ 0 }; i < 12; ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user