iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

MINHTON: Add state callback #167

Open janagoe opened 9 months ago

janagoe commented 9 months ago

Currently an application must actively pull the state to known when the node fully joined the network. Same is required when leaving the network.

We require some operations like (1) join the network and (2) thereafter do something. Hence it would be useful if MINHTON can push its state automatically to the application.