mc256 opened this issue 7 years ago · 1 comments
To avoid race condition, we should always consider this is a multi-thread programming situation. Use "synchronized" keyword is a simple solution for solving this problem.
DONE