Giter VIP home page Giter VIP logo

Comments (3)

hutianyu2006 avatar hutianyu2006 commented on August 20, 2024

Uhh, I realized what I have missed. Sorry for a useless issue.

from js-libp2p-gossipsub.

wemeetagain avatar wemeetagain commented on August 20, 2024

@hutianyu2006 can you share what you missed? Will be helpful for people in the future with the same issue.

from js-libp2p-gossipsub.

hutianyu2006 avatar hutianyu2006 commented on August 20, 2024

@wemeetagain Currently I can't get my computer, so I can only recite it based on my memory lmao😂

The event listener should look like this:

libp2p.addEventListener('peer:connect', (evt) => {
            const peerId = evt.detail
            log(`Connected to ${peerId.toString()}`)
            libp2p.services.pubsub.connect(evt.detail)
            libp2p.services.pubsub.subscribe('test')
            libp2p.services.pubsub.publish('test', new TextEncoder().encode('This is a test message.'))
        })
  })

which means I simply changed the addPeer() function into a connect() function.

By the way, there is a tiny question: Is it possible to add the libp2p.services.pubsub.connect(peerId) function into the example code of usage section? Otherwise that will cause confusing errors to newbies.

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.