This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
interface-core pubsub subscribe fails in firefox #2662
Closed
Description
- Version:
- Platform:
- Subsystem:
Type: Bug
Severity:Medium
Description:
Interface-core pubsub subscribe tests fail only firefox with secondary Go nodes.
We need to make sure JS works and investigate why Go fails.
look into https://github.com/ipfs/js-ipfs-http-client/blob/master/src/pubsub/subscribe.js#L27-L37 this might be a http-client issue instead
Steps to reproduce the error:
https://travis-ci.com/ipfs/js-ipfs/jobs/266025769#L1064
- Uncomment the tests in the browser
js-ipfs/test/core/interface.spec.js
Line 107 in 3231165