Replies: 3 comments 15 replies
-
With messages you mean gossipsub messages? At a first glance, your code looks good but I don't see any part that would actually publish to the topic you are subscribed to. If nobody publishes messages, you can't receive anything :) |
Beta Was this translation helpful? Give feedback.
-
Ok so i did this, now it does bootstrap at a certain interval but then i still dont get new messages: |
Beta Was this translation helpful? Give feedback.
-
I am closing this as resolved because it is a configuration bug. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to connect to a node and listen to messages, the problem is it just receives a burst of messages and then the messages stop. Why would that be happening? Here's the code I'm trying to run:-
https://github.com/harsh4786/hopchat/blob/master/src/main.rs
Beta Was this translation helpful? Give feedback.
All reactions