You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The m_RecvLock is intended to synchronize srt_recvmsg2(..) API calls between each other if called from multiple threads, and with the TSBPD thread, in particular, to exchange read-readiness state updates in the blocking mode.
The m_RecvLock mutex is currently used in too many places to protect access to the receiver buffer, where m_RcvBufferLock must be used for that purpose instead.
The
m_RecvLock
is intended to synchronizesrt_recvmsg2(..)
API calls between each other if called from multiple threads, and with the TSBPD thread, in particular, to exchange read-readiness state updates in the blocking mode.The
m_RecvLock
mutex is currently used in too many places to protect access to the receiver buffer, wherem_RcvBufferLock
must be used for that purpose instead.Epic #1610
The text was updated successfully, but these errors were encountered: