Oleg

Results 163 comments of Oleg

@glassez It's strange that I haven't seen this behavior in my 1.2.16 version. But if it does happen, it needs to be corrected. Because there can be many reasons for...

Torrents have already moved to Libp2p. Use Libp2p from Play market.

Thank you for the tip! I ended up fixing this problem by adding a line: ps, err := pubsub.NewGossipSub(ctx, h) right after creating the host and before initializing the DHT....

Waiting for the release so I can test it out

How? I can change the version of the library. In order to test before release, I need to create my own fork.

**Bug:** Node 1: NewGossipSub Join Subscribe Node 2: NewGossipSub Join Subscribe Users are available, messages are being sent. All is good. Then: Both nodes: sub.Cancel() topic.Close() Then: Node 1: NewGossipSub...

Temporary solution: ``` var peersAddrs []peer.AddrInfo var i int8 for _, peerId := range m.host.Network().Peerstore().PeersWithAddrs() { if m.host.ID() == peerId { continue } peersAddrs = append(peersAddrs, m.host.Network().Peerstore().PeerInfo(peerId)) i++ if i...

What is it for? A cosmetic effect? Or functional?