hidapi
hidapi copied to clipboard
libusb: stop `read_thread` from looping indefinitely (#456)
-
When
libusb_submit_transferinread_threadfails,read_callbacknever gets called and never setstransfer_loop_finishedto true, causingread_threadto loop indefinitely. -
Fix this by skipping the handle_events for the transfer
-
Fixes #456
I see that you have approved this, but the one of the CI checks seems to be still waiting for completion. Is there anything I can do to fix this?
No worries, that is not a blocker.
Ah, ok. So when does this eventually get merged in?