mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Fix lock hygiene check in CConnectionTransportP2PICE_WebRTC
P4:9151993
This commit is contained in:
@@ -23,7 +23,7 @@ namespace SteamNetworkingSocketsLib {
|
||||
CConnectionTransportP2PICE_WebRTC::CConnectionTransportP2PICE_WebRTC( CSteamNetworkConnectionP2P &connection )
|
||||
: CConnectionTransportP2PICE( connection )
|
||||
, m_pICESession( nullptr )
|
||||
, m_mutexPacketQueue( "ice_packet_queue" )
|
||||
, m_mutexPacketQueue( "ice_packet_queue", LockDebugInfo::k_nOrder_Max ) // never take another lock while holding this
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user