Aviv

Results 8 comments of Aviv

But this happens specifically when adding this remote candidate. he dont need to deal with DNS resolution. Maybe it's because of invalid port number 0? raddr :: rport 0 (chrome...

hi, last update v0.12.0 of node-datachannel seem that still not fix the issue.

> New version released here https://github.com/murat-dogan/node-datachannel/releases/tag/v0.20.0 > > Thank you for your patience! thank you very much and also for libdatachannel's team, i will check the new version and let...

unfortunately, seem like still in some cases addIceCandidate blocking the event-loop, but much less then before.

maybe was other problem in my code, until now i haven't seen blocking for a long time. I think it can be mark it as solved and closed. Thanks everyone...

Yes, things can take time and its really challenge part. In the meantime, I’ve been reviewing code from various sources discussing media integration with node-datachannel. one of them: [https://github.com/Canees/node-datachannel/blob/master/examples/media-send/peer-send/index.js](https://github.com/Canees/node-datachannel/blob/master/examples/media-send/peer-send/index.js) Before...