Runtime's Shady Backroom

Results 6 comments of Runtime's Shady Backroom

In the current master branch (5edffbe3), try running a debug build from a terminal with `-vvv --stdout` arguments... you might get some more verbose logs. If I'm reading your log...

Hmm, after staring at the [`select_next_some` documentation](https://docs.rs/futures/latest/futures/stream/trait.StreamExt.html#method.select_next_some), I'm thinking that perhaps I was polling a future in an unsafe way. In 7b4a81aa I've changed how I read that future to...

> I looked at the function in the log above ... and it had a panic!() call in the function. For me, `futures_util::stream::StreamExt::fuse` in futures-util 0.3.28 looks like this: ```rs...

> This change by-passes warp and iced and still crashes. Well dang, if it's crashing without warp or iced, that rules most things out. What's left? Buttplug itself obviously, and...

I'm a bit confused. Multiple devices already work (the screenshot in the readme has 4 devices connected). Also, I already have buttplug's lovense connect support [enabled in my code](https://github.com/runtime-shady-backroom/buttplug-lite/blob/2.5.3/src/app/buttplug/startup.rs#L82). If...

cargo-deny check failing is a non-blocker, pay no attention to the spooky red X.