Closed mronager closed 10 years ago
The match function is not thread safe. Match.getInstance currently returns a global singleton. I have ensured that the MatchHolder is now ThreadLocal. Tests provided.
Awesome!
Thank you so much for your contribution @nokk
I will add you to the read me if it is okay with you.
thank you.
The match function is not thread safe. Match.getInstance currently returns a global singleton. I have ensured that the MatchHolder is now ThreadLocal. Tests provided.