Skip to content

Commit

Permalink
fixup! Fix "removePeerConnection" not being thread-safe
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Dec 17, 2024
1 parent 1ac2c41 commit c7280b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import java.nio.ByteBuffer
import java.util.HashMap
import kotlin.concurrent.thread

@Suppress("LongMethod", "TooGenericExceptionCaught")
class PeerConnectionWrapperTest {

private var peerConnectionWrapper: PeerConnectionWrapper? = null
Expand Down

0 comments on commit c7280b5

Please sign in to comment.