Alex Potsides
Alex Potsides
With #224 applied the above script still runs out of memory after a minute or so. Interestingly I was trying to make it be kinder to the garbage collector by...
Sorry for the delay in replying, I've been AFK for a little while. If I run: ```js import { RTCPeerConnection } from 'node-datachannel/polyfill' const conn = new RTCPeerConnection() conn.addEventListener('connectionstatechange', ()...
This is unblocked now. WebRTC/WebRTC Direct tests are run against node.js already but not electron. Electron should run the same suite of transport tests as node.js. To implement this: 1....
Great, please submit a PR!
Closing as I've made the desirable changes manually.
That said, it's probably broken until 136 is released and Playwright upgrades to it - likely some time in March 2025
Opened as draft so we can agree early on the nomenclature. - Things like `peerIdFromString` return a `PeerId` which is a Ed public key or RSA key hash or what...
> Is there prior art in go-libp2p or rust-libp2p on how they generate peer IDs? Do we have a need to accept the full keypair, so we're validating the person...
> It seems to happen when there are several datachannels open on the connection simultaneously I don't think this is the case, it still happens if I add a delay...
CI is still really flaky around these tests & it’s really hard to replicate it locally 😩