banyancomputer / banyan-cli

Banyan's client, BanyanFS+CAR encrypted filesystem packer and metadata handler.
https://banyan.computer/
MIT License
25 stars 2 forks source link

Expose Remount / Bucket Refresh to WASM Clients #323

Closed sstelfox closed 8 months ago

sstelfox commented 8 months ago

Exposes as remount() function on WasmMount objects that will pull the most recent metadata from the server and unlocking it in place to act as a bandaid for the 409 Conflict problem.

I'm not sure why the compiler started detecting a couple of the response types as dead code, I did confirm they were still present in code paths (it might be from different architectures).

I also tweaked the logging to give us a bit more detail right now of whats going on. It might give us better insights into the problem.