Java lock code prevents multiple threads in the same process trying to access the lock...
Closed this issue · 1 comments
brendandburns commented
The code assumes that the lock is process level, not thread level. It should probably be thread level.
brendandburns commented
Actually, I take that back, I was confused, this is not true.