-
Notifications
You must be signed in to change notification settings - Fork 22
Async Crypto Endeavour #99
Conversation
LGTM |
@@ -2,9 +2,8 @@ | |||
|
|||
const w = require('webrtcsupport') | |||
|
|||
require('./websockets-only') | |||
// require('./websockets-only') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently chasing why websockets fails in the browser
more diagnoses
|
I believe that secio might be mangling data between browser <-> node connections |
Ready for review and unblocked with libp2p/js-libp2p-crypto#29 |
@@ -66,7 +66,7 @@ describe('libp2p-ipfs-browser (websockets only)', () => { | |||
}) | |||
}) | |||
|
|||
it('libp2p.dialByMultiaddr on Protocol nodeA to nodeB', (done) => { | |||
it.skip('libp2p.dialByMultiaddr on Protocol nodeA to nodeB', (done) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed one -.-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not on my computer oO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah it's outdated, see the last commit
No description provided.