cohenstyle
cohenstyle
Yeah. It's not setting the DC to ordered unfortunately. Having the same issue.
Thanks a lot! I was using it with files though so I don't have a setup that can test it.
It looks like it's likely part of the process to determine what the browser supports. Is there a way to make a best guess without making a connection?
It's been a while since I've used peerjs due to the other bug (can't send data in order.) But I believe the code is: import { Peer } from "peerjs";...
Ah sorry, my mistake. You have to create the Peer object. The issue is in this line: https://github.com/peers/peerjs/blob/master/lib/util.ts#L62 It's called here: https://github.com/peers/peerjs/blob/master/lib/peer.ts#L211 When checking to see what's supported, a connection...
This one may be higher priority though (I'm haven't followed the calls to determine why reliable is not being passed): https://github.com/peers/peerjs/issues/746
Thanks @dimer47. I've been focused on Android lately and am having trouble getting electron running in my project altogether at the moment. I'll likely give this a shot when I...