Launch foxbox with:
FOXBOX_STORAGE=$PATH_TO_WATCH ./run.sh -- -s foxbox -t knilxof.org:443 to expose the files in $PATH_TO_WATCH through this adapter.
@Yoric : I added support to watch values in controller.rs:89, and we get the events when adding new channels, but not when removing them (it's easy to test by touching a file in the watched directory, and then removing it).
Do you see anything that could cause that (I'm sure we don't drop the guard since we still receive new ChannelAdded events)?
Launch foxbox with:
FOXBOX_STORAGE=$PATH_TO_WATCH ./run.sh -- -s foxbox -t knilxof.org:443
to expose the files in $PATH_TO_WATCH through this adapter.@Yoric : I added support to watch values in controller.rs:89, and we get the events when adding new channels, but not when removing them (it's easy to test by touching a file in the watched directory, and then removing it). Do you see anything that could cause that (I'm sure we don't drop the guard since we still receive new ChannelAdded events)?