Alex Potsides
Alex Potsides
> Actually, the delay has been fixed in v0.3.0: This is biting us in the interop tests too, where the delay needs to be longer than 2s, more like ~10s~...
It looks like these interop tests are failing with go-IPFS master, even though the build step says it succeeded: https://app.circleci.com/pipelines/github/ipfs/go-ipfs/2908/workflows/0b7a5ebf-cb6c-4960-b19e-fd4c1b61983c/jobs/34278
Would it please be possible to have some way of getting the list of peers who are likely to receive a pubsub message for a given topic? That would unblock...
> ipfs pubsub peers ... given a topic, will list connected peers who are subscribed to the named topic. I think if you provide a method that claims to return...
Related: https://github.com/multiformats/js-multiformats/issues/141
If you run your app manually and are writing to stdout or stderr via `console.log` or whatever, this is a synchronous blocking operation so will work as you expect. When...
Perhaps option 2? Could you take a look at the code and see if we even use the response anywhere an if so, which properties we use?
Could you merge this into https://github.com/ipfs/js-ipfs/pull/2759 please?
Sounds good to me, I have no objection.
Are you sure this is protons related? protons 7.x shipped six months ago, has 20-30k downloads a week, is used all over the libp2p/ipfs/helia stack and in a bunch of...