Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

feat: add multiplex support by default #160

Merged
merged 5 commits into from
Feb 24, 2017
Merged

feat: add multiplex support by default #160

merged 5 commits into from
Feb 24, 2017

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Feb 22, 2017

BREAKING CHANGE: Prefer multiplex over spdy, as it works better with go-ipfs

Closes #159

package.json Outdated
@@ -9,13 +9,13 @@
],
"scripts": {
"lint": "aegir-lint",
"test": "gulp test",
"test": "gulp test --webworker false",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason the webworker tests are turned off?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are failing, and since aegir 10 are enabled by default. Need to check why they are failing at another point

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants