This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
data race with relevant stack trace #53
Comments
@aschmahmann could you pick this up? I'd like to get a patch for this into the release (cherry-picked to the release-v0.2 branch). |
@fxfactorial thanks for the report. I think this issue is in go-libp2p-discovery, and I'll look into it. Could you post the options that you pass into pubsub during construction? |
Goes through a higher level API via IPFS, these might be relevant ipfs_node.BuildCfg{
Online: true,
Permanent: true,
DisableEncryptedConnections: false,
NilRepo: false,
Routing: routing,
Host: hostopts,
Repo: repo,
ExtraOpts: map[string]bool{
"pubsub": true,
"gossipsub": true,
},
} and s, err := discovery.NewMdnsService(ctx, node.PeerHost, time.Second, "") |
Yeah, this looks like an issue in |
Ah right - I initially wanted to write in discovery but tired eyes. Can ya’ll transfer the issue there |
Closed by the PR above |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: