This repository was archived by the owner on Feb 7, 2024. It is now read-only.
PubSub tests hang with go-ipfs master #62
Labels
kind/bug
A bug in existing code (including security flaws)
Example: https://travis-ci.org/ipfs/go-ipfs-api/jobs/304527816
This seems to have started with the merge of ipfs/kubo#3856.
I changed the t.Log() calls to fmt.Printf() locally, and saw that it's hanging at
subscribing...
, and Wireshark tells me that the API doesn't bother sending response header until the first message comes in (which I emulated withipfs pubsub pub test foobar
).The text was updated successfully, but these errors were encountered: