Michel Meyer

Results 5 comments of Michel Meyer

thanks @KallynGowdy, I also spent quite some time on this... In my case the wss domain is resolved into multiple IPv6 / IPv4, and if I try to connect to...

not sure if i'm right, but it seems `flume::Sender/Reciever` are not unwind-safe, because they are dependent on [`Spinlock`](https://docs.rs/spinlock/0.1.2/spinlock/index.html#structs), with no lock poisoning. So it doesn't work well with `slog::SendSyncUnwindSafeDrain` trait...

Not sure, maybe they have good reasons to use spinlocks ... I created this PR because we found some performance issues with `slog::async` + `crossbeam-channel`. For our use-case, with multiple...