surprisedpika / hubble

Hubble is an input viewer for Windows, MacOS, and Linux (probably).
The Unlicense
0 stars 0 forks source link

HidAPI Hangs When Controller is Connected Via Wire #7

Open surprisedpika opened 2 months ago

surprisedpika commented 2 months ago

Sometimes this line can hang. Once it does happen, it happens consistently.

// controller.rs
let res = device.read_timeout(&mut buf[..], 3000).unwrap();

High priority as it prevents the app from functioning as intended.

surprisedpika commented 2 months ago

This happens when the controller is connected wired rather than via bluetooth.

surprisedpika commented 2 months ago

Currently wontfix as I don't see a workaround