You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed here that if a topic has not been setup before as part of the WithPeerScore option, then the exist variable will always be false, so it seems that it isn't it possible to set the TopicScoreParams with SetTopicScoreParams for new topics after GossipSub has been instantiated.
I noticed here that if a topic has not been setup before as part of the
WithPeerScore
option, then theexist
variable will always be false, so it seems that it isn't it possible to set theTopicScoreParams
withSetTopicScoreParams
for new topics after GossipSub has been instantiated.Is this a bug or intended behavior? because if remove the
if !exist {
condition, the logic seems to work fine when joining any new pubsub topic.The text was updated successfully, but these errors were encountered: