Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

possible race condition #4

Open
Karitham opened this issue Apr 9, 2021 · 1 comment
Open

possible race condition #4

Karitham opened this issue Apr 9, 2021 · 1 comment

Comments

@Karitham
Copy link
Contributor

Karitham commented Apr 9, 2021

This map is not guarded, and can be accessed concurrently by 2 handlers, or even the page garbage collector.

pageListeners = make(map[string]*ReactionListener)

@post04
Copy link
Owner

post04 commented Apr 10, 2021

A fix for this is planned :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants