libremesh / lime-app

Geek-free Web App for setup and mantainance of Libremesh nodes built on Preact
https://libremesh.github.io/lime-app/
GNU Affero General Public License v3.0
51 stars 27 forks source link

after setting the new reference state from a node into another a sync shoud be done to improve responsiveness #452

Open javierbrk opened 1 week ago

javierbrk commented 1 week ago

After setting the wifi links reference state, a local query to reference state does not show any changes in the remote node. after performing a manual sync command the state is fetch into the node being use. this shoud be fixed in a couple of seconds but it may be better to try so sinc with the node

selankon commented 5 days ago

This is not trivial and require a little refactoring, for node info reference is done, but not for links, because involves two nodes. Lets do it on next iteration