Java-Libusb-Wrapper icon indicating copy to clipboard operation
Java-Libusb-Wrapper copied to clipboard

Fix asyncronous api data return

Open jwoolston opened this issue 7 years ago • 0 comments

The control, bulk, and interrupt async api will create garbage that can never be collected. To correct this, they should be altered to implement the same data handling/return as the isochronous api.

jwoolston avatar Jun 29 '18 03:06 jwoolston