orbitdb-archive / orbit-db-pubsub

Message propagation module for orbit-db
MIT License
19 stars 14 forks source link

Use ipfs-pubsub-peer-monitor #9

Closed haadcode closed 6 years ago

haadcode commented 6 years ago

This PR will replace ipfs-pubsub-room module with ipfs-pubsub-peer-monitor module.

ipfs-pubsub-room contains extra functionality that are not needed for knowing when peers join/leave a topic and it doesn't work with js-ipfs-api (go-ipfs) as it uses libp2p internally. Created ipfs-pubsub-peer-monitor to simplify the monitoring of a topic and to Do One Thing and pulling it in here.