The WebRTC transport drives opening connections through polling over a state machine, rather than encapsulating that logic in a connection object. This works but is harder to follow than it needs to be, and does redundant work on every poll. This issue tracks a follow-up refactor proposed in this #579 (comment)
The WebRTC transport drives opening connections through polling over a state machine, rather than encapsulating that logic in a connection object. This works but is harder to follow than it needs to be, and does redundant work on every poll. This issue tracks a follow-up refactor proposed in this #579 (comment)