Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use thread safe ConcurrentHashMap. (#3)
For #823 Concurrent use of a HashSet can trigger race conditions and an infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this. Making the change just for the thread stack seen looping. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
- Loading branch information