webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

Error on multiple data channels. #571

Open deepushajia opened 2 months ago

deepushajia commented 2 months ago

Noticing this error occasionally: https://github.com/webrtc-rs/webrtc/blob/master/sctp/src/association/association_internal.rs#L2032

This is so unreliable that even the peer connection is seen affected after, with datachannels being unable to be initiated from the frontend. Is there any handler that can capture the occurrence of these errors?