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

Access to the clients map is not concurrency-safe #1

Open
spewspews opened this issue Mar 24, 2017 · 0 comments
Open

Access to the clients map is not concurrency-safe #1

spewspews opened this issue Mar 24, 2017 · 0 comments

Comments

@spewspews
Copy link

A friend of mine is trying to learn Go and took this as an example. Unfortunately, it is a great example of a program that fails to be concurrency-safe.

The access to the clients map can be modified by any new connection in the goroutine spawned by http.Serve while being concurrently read-accessed in the handleMessages goroutine whenever an already established websocket writes data to the server.

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

1 participant