Reactor Scram

Results 221 comments of Reactor Scram

Reopening since it's not fixed in main yet

Since #3391 landed, I'll check this out again soon.

Looks fixed in `Version 1.0.0 (1.0.0-pre.8-271-g5edd19532)`

The crash handling crates I'm gonna pick do not support Windows aarch64 yet, just marking that as a blocker for aarch64. https://github.com/EmbarkStudios/crash-handling/tree/main#supported-targets

The aarch64 Parallels VM is now building and running at least as far back as 4106419ef1fe (Feb 22nd) So... It just started working and I didn't even notice 🤷‍♀️ Maybe...

Yeah right now I'm seeing that if I panic at any point after setting up crash handling, it leaks the server process? Maybe I've set something up wrong?

nvm just found the docs for stale connections https://docs.rs/minidumper/latest/minidumper/struct.Server.html#method.run Edit: `on_client_disconnected` seems to work, I told it to exit if there's 0 clients left connected. https://docs.rs/minidumper/latest/minidumper/trait.ServerHandler.html#method.on_client_disconnected

The AppImage bundler kinda does that, right? But we aren't using it for Firezone because we need to install a systemd service, which is much easier with deb packages

@conectado Yes, the related issue is #4899. I couldn't find a way to make Windows automatically delete the DNS rules when we exit, and this was causing problems when the...

And WiX is a toolkit from Microsoft that uses an XML schema to generate MSI installers. Tauri uses it internally, so I took it apart a little bit to add...