Skip to content

webrtc:/signalling Fix potential hang and FD leak and one minor fix

If a peer connects via TCP and never initiates TLS, then the server will get stuck in the accept loop. Spawn a task when accepting a TLS connection, and timeout if it doesn't complete in 5 seconds.

Merge request reports