-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with AbortPipe #111
Comments
@AiCabal Which kind of transfer you try to cancel by aborting the pipe? |
seem like this : |
@P5-2005 Disclaimer: If I'm not mistaken: |
the issue i get on my side, its usbdk doesnt do redirection on usb 2.0 with two controller, i dont have now the debug for such case because i have now only pc with usb 3.0 and one controller host so its fine |
also that timeout was add if not using usbdk, but usbdk as backend is better than this timeout implemented with libusb(seem not enough) |
i found an old trace debug of pc with two usb host controller and usb2.0 only : |
I want to cancel transfer and tried to do it with two way: CancelIoEx (like libusb) and AbortPipe.
AbortPipe doesn't work at all while CancelIoEx works. AbortPipe return 0 value and all bytes are transfered. But also for some users doesn't work CancelIoEx it either transmits all bytes and return 1 or doesn't transmit at all and anyway return 1.
The text was updated successfully, but these errors were encountered: