Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use thread-safe ConcurrentHashMap. (#3) #835

Closed
wants to merge 1 commit into from
Closed

Use thread-safe ConcurrentHashMap. (#3) #835

wants to merge 1 commit into from

Conversation

thatsafunnyname
Copy link
Contributor

For #823
Concurrent use of a HashSet can trigger race conditions and infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this.
Making the change just for the thread stack seen looping.

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.
@manolama
Copy link
Member

Merged in 6582775. Thanks!

@manolama manolama closed this Jul 13, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants