Skip to content

Usb4java javax 1.2.1 - #1

Open
colinrgodsey wants to merge 4 commits into
usb4java:masterfrom
colinrgodsey:usb4java-javax-1.2.1
Open

Usb4java javax 1.2.1#1
colinrgodsey wants to merge 4 commits into
usb4java:masterfrom
colinrgodsey:usb4java-javax-1.2.1

Conversation

@colinrgodsey

Copy link
Copy Markdown

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
Copy Markdown
Author

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

Sign up for freeto 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

@colinrgodsey