This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
IPFS PubSub is woking incorrectly. #1132
Closed
Description
Hello folks!
I am developing an application, which is using IPFS to store database and as far as I know, there is only one way to inform users about changes inside IPFS – PubSub. I am using it to connect all the users to one channel, so I can broadcast messages to them.
The problem I discovered is:
I have two laptops connected to the same network, but I am unable to find each other in peer list. Am I doing something wrong? Maybe I am understanding the idea of PubSub wrong?
I am using go-ipfs and js-ipfs(0.27.0), but none of them is working for me.