Skip to content
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

Usb4java javax 1.2.1 #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

colinrgodsey
Copy link

Added synchronized blocks around IRP thread control. Without this, several IRP threads can end up being produced while under load in a multi-thread environment. The threads didnt really seem to compete, so they just quietly sat there idle...

@colinrgodsey
Copy link
Author

correction, the threads were actually completing just fine... but there was an accidental extra one here and there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant