Summary
WebRTC data channel handling has lifecycle issues causing hangs and resource leaks.
Findings
Impact
Latency checks hang forever on failed connections. Orphaned WebRTC connections accumulate.
Suggested Fix
Add timeout to data channel open promise. Delay peer cleanup for graceful shutdown. Clean up WebRTC on timeout.
Related Issues (WebSocket/Networking Pattern)
Summary
WebRTC data channel handling has lifecycle issues causing hangs and resource leaks.
Findings
Impact
Latency checks hang forever on failed connections. Orphaned WebRTC connections accumulate.
Suggested Fix
Add timeout to data channel open promise. Delay peer cleanup for graceful shutdown. Clean up WebRTC on timeout.
Related Issues (WebSocket/Networking Pattern)