btcven / locha-p2p

Apache License 2.0
8 stars 1 forks source link

Refactor ChatService into runtime #9

Closed jeandudey closed 4 years ago

jeandudey commented 4 years ago

The next step after this is to decouple Gossipsub behaviour from the Runtime and create a custom behaviour, this will allow us to extend it with mDNS, Kademlia, our custom peer discovery service, etc. Separating that from the Runtime will make locha-p2pd easier to program, and will lower the complexity for #8 .

jeandudey commented 4 years ago

I'll merge as this also fixes a bug on master. Any comments can be added here and I will address them on another PR :wink: