refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
66 stars 19 forks source link

Fix deadlock by buffering acceptCh channel #262

Closed mingyech closed 7 months ago

mingyech commented 7 months ago

The DTLS listener can run into deadlock here due to being stuck at acceptCh <- newDTLSConn and not releasing the mutex.