michelle
michelle
Squash please? Also screenshot of the fix in action? :)
Also did you read the contributing guidelines?
Also you should reference the issue number in your pull request.
I don't quite understand what this is (re: 'concurrent'). You can already use a Peer to connect to multiple other Peers, or even create multiple Peers per client.
A lot of good stuff here. I would prefer that Reliable inherit from PeerJS's ported version of node.js EventEmitter (which is a dependency on PeerJS already) rather than have its...
Also the fix for #11 looks like it will also improve performance and close #10. I never looked too deeply into it, so it's great that it's such a simple...
On further inspection the slowness is not so simple. Will have to rewrite some stuff as mentioned in #10. Whether this is worth the work or not is questionable though,...
Just fixed a bunch of stuff. Reliable is now pretty fast, as seen on chat.html.
Mmm I haven't looked at your code, but are you using the `higherBandwidthSDP` hack?
For reference, I can do ~1.6MB in 6 seconds and about 1 second for ~50KB files.