This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned daviddias
Feb 6, 2018
ghost
added
the
in progress
label
Feb 6, 2018
This PR revealed some issues that happen just on Linux, investigating.
|
daviddias
force-pushed
the
feat/be-a-switch
branch
2 times, most recently
from
February 6, 2018 11:23
d0d5493
to
f6d5924
Compare
@dryajov any clue on the Circuit test fail? |
daviddias
force-pushed
the
feat/be-a-switch
branch
from
February 6, 2018 11:28
f6d5924
to
7560367
Compare
daviddias
force-pushed
the
feat/be-a-switch
branch
from
February 6, 2018 11:33
7560367
to
5a90c89
Compare
dryajov
reviewed
Feb 6, 2018
switchA = new Switch(peerA, new PeerBook()) | ||
|
||
switchA.transport.add('ws', new WebSockets()) | ||
switchA.transport.listen('ws', {}, echo, cb) |
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 probably correct, but just to bring up the question, why no stream muxer here?
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 one is for the transport only tests
@victorbjelkholm @dryajov related to ipfs/interop#2, see how this module was refactored and one of the steps were dedup of tests. My point here is that the door is open for improvement, it was never locked :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.