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 get PublishError.InsufficientPeers but I have plenty of peers, what gives?
The error does not mean you don't have peers, it means you don't have any peers listening on the pubsub topic you are trying to publish on.
If this was changed to PublishError.InsufficientTopicPeers or even something like PublishError.InsufficientPeersSubscribedToTopic it might be a bit clearer for people?