Skip to content

What's the difference between the gossipsub api in go and rust? #4442

Closed Answered by kehiy
harsh4786 asked this question in Q&A
Discussion options

You must be logged in to vote

hello @harsh4786 !

The subscribe() in rust implementation does the same work as Join() in go.
Both are used to indicate an interest in a particular topic and receive messages related to it. Therefore, it is safe to say that subscribe() in Rust performs the same action as Join() in Go.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@harsh4786
Comment options

@kehiy
Comment options

Answer selected by harsh4786
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants