Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use device->stop_requested when libusb errors out (#76)
Replace device->streaming = false with device->stop_requested = true for USB errors to avoid deadlock on device removal. Also check stop_requested when checking if streaming or not to be consistent with the old behaviour.
- Loading branch information