Giter VIP home page Giter VIP logo

Comments (7)

AuHau avatar AuHau commented on August 20, 2024 1

So after bit more digging in our code, I have actually discovered that we were actually calling start() twice, so that was the cause 😅

But you actually helped me debugging other problems I had with your last suggestion so, thanks a lot!

from js-libp2p-gossipsub.

vasco-santos avatar vasco-santos commented on August 20, 2024

Hello @AuHau
Can you let me know the versions you are using?
It seems that gossipsub.start is called multiple times

from js-libp2p-gossipsub.

AuHau avatar AuHau commented on August 20, 2024

Sure, here: https://github.com/rsksmart/rif-communications-pubsub/blob/master/package.json#L45

We construct our libp2p instance mostly like this: https://github.com/rsksmart/rif-communications-pubsub/tree/master/src/libp2p

And we use the pubsub like this: https://github.com/rsksmart/rif-communications-pubsub/blob/master/src/pubsub.ts#L41

from js-libp2p-gossipsub.

vasco-santos avatar vasco-santos commented on August 20, 2024

So, something is triggering the second start of heartbeat. Nothing bad should be happening because it is already running.

https://github.com/ChainSafe/js-libp2p-gossipsub/blob/v0.4.6/ts/heartbeat.ts#L30
https://github.com/ChainSafe/js-libp2p-gossipsub/blob/v0.4.6/ts/index.ts#L382

We are actually removing this error from the new gossipsub code and just return if already running. However, the start should not be called twice. When you do libp2p.start() it calls pubsub.start that calls hearbeat.start. I could only find in your code libp2p.start, which seems correct. It would be nice if you could do a console.trace() in the source of gossipsub before the throw, so that we can see where the second start is coming from

from js-libp2p-gossipsub.

AuHau avatar AuHau commented on August 20, 2024

That is great idea! Should have thought of that, will try. Thanks!

from js-libp2p-gossipsub.

AuHau avatar AuHau commented on August 20, 2024

Hmm the trace is not much helpful as it is pretty much the same as in the first message for both of calls. I have putted before the start() so yes there are two call but I think they should be from different libp2p instances.

But made me think. Is it alright to spawn multiple libp2p instances? We need those for tests and maybe there is some "singleton" pattern here that leads to this duplicated call?

from js-libp2p-gossipsub.

vasco-santos avatar vasco-santos commented on August 20, 2024

But made me think. Is it alright to spawn multiple libp2p instances?

Yes, but they should have different peerIds. It is normal to have multiple logs if you have multiple peer ids. You can also log the peer Id there, IIRC that version should have a gossipsub.peerId or gossipsub._peerId property

from js-libp2p-gossipsub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.