Reactor Scram

Results 221 comments of Reactor Scram

Yeah I checked the code and the only cleanup that really happens is something like stopping child processes. I don't have any other reason to use a plugin, so if...

@arialpew I have a similar case, I have a worker thread for COM that I'd like to join gracefully. I intercept the exit events and do my own graceful shutdown...

Agreed on docs. I always look at examples first, so if it was me I'd put an `unreachable!` right here at the end of `main` in Hello World, with a...

#69 fulfilled this and I see that v5.0.0 of the library merged it, so I un-vendored in my project. Thanks! And happy New Years, lol

Same as this? https://news.ycombinator.com/item?id=40247604 https://mullvad.net/en/blog/dns-traffic-can-leak-outside-the-vpn-tunnel-on-android > We were recently made aware of multiple potential DNS leaks on Android. They stem from bugs in Android itself, and only affect certain apps.

Rebooting the VM doesn't exactly fix it, now it's resolving resources but not non-resources

I don't see 4.1 in my Ubuntu 20.04 VM. Does that mean it's not possible for the same binary to support both 20.04 and 24.04? I'm trying to think of...

fwiw the new ring 0.17 cross-compiles easier, which is handy for our project, but apparently it needs a higher minimum Rust version https://github.com/rusticata/x509-parser/pull/148/commits/5132fdc51bfe14406ecbfd6f01a9592dad51eca1

I think it might be for this feature injection thing: https://github.com/tauri-apps/tauri/blob/00e1567584721644797b587205187f9cbe4e5cd1/tooling/cli/src/interface/rust/manifest.rs#L299-L310

For the Tauri dep itself, e.g. `tauri = { workspace = true }`? For anyone else who runs into this, it ultimately turned out to be a problem with line...