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
dtls: fix race condition in DTLSConn::close (webrtc-rs#611)
a context switch to a simultaneous close operation between
`closed.load()` and `closed.store()` would lead to an additional
unwanted close operation on the inner connection
0 commit comments