Reactor Scram
Reactor Scram
I really wish I could get this tested in CI but once again, can't do it with no portal and no mock portal 🤔
Yeah. But running the tunnel inside a unit test would be even easier, then I could run that test locally too
> @ReactorScram For what I can see `flush_routes` is only called for `set_routes` not `add_routes` nor `remove_routes`, for most of normal operation only the latter 2 are called. It looks...
I'll see if flushing on `on_update_resources` does anything 🤔
If we stringify them on the IPC service side this can work. The error types themselves are not serializable in general
Should I do these in that order as separate PRs? Windows, Linux GUI, Linux Headless?
Marked low-value, nobody has asked for this yet, but we are in a good position since #4978 already required: - Windows service - Installed by MSI - That runs headless
Marked "In Progress" since the binary already compiles and runs fine on Windows, we just don't have a package for it.
Yeah I just tried that `reload` module for the Tauri Client and it seems to work. It takes a few seconds or a few log events to kick in though,...
Yep the Tauri Client has a reloader in the GUI and after #5704 merges, we can add that to the IPC service too, so changing the log filter will take...