richardschneider / net-ipfs-engine

IPFS Core API implementation in .Net
MIT License
107 stars 49 forks source link

Pub/Sub Question #152

Open furesoft opened 4 years ago

furesoft commented 4 years ago

i want to send an message in a topic with the pub/sub api. but the second client on the same pc does not recieve any messages

image

markjerz commented 4 years ago

I have a similar issue ... I can get the pub sub to work from 2 nodes running on the same machine but not when running on different machines.

What's the best way to go about debugging this/I am missing something fundamental?

furesoft commented 4 years ago

could anyone provide a solution?

Pandapip1 commented 3 years ago

I also have this issue -- @markjerz since you have partially-working code, would you mind sharing it? Thanks!