functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

replicated orbitdb events are not getting propagated to fula client #159

Closed gitaaron closed 2 years ago

gitaaron commented 2 years ago

Steps to reproduce

  1. Launch two Boxes (Box0, Box1) in a cluster
  2. Connect to Box0 from fsync
  3. Launch fuludocs in two different browsers and connect each browser to each Box.
  4. Change the text file passed into fsync
  5. View the changes updated without refreshing in the browser connected to Box0
  6. The changes are not updated in the browser connected to Box1 without refreshing it.
gitaaron commented 2 years ago

This commit is not the fix for this - https://github.com/functionland/fula/commit/a709b87b97ba145c6353997478889f79ffb2114b

mehdibalouchi commented 2 years ago

@gitaaron The parrent commit fixes the issue (9c6e272). This one a709b87 is for fixing the dependency problem in fuludocs (as the commit message says).

gitaaron commented 2 years ago

Ah ok thanks - didn't see that commit tied to this issue as there was no issue # in the message