-
Notifications
You must be signed in to change notification settings - Fork 83
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
Incorrect implement #5
Comments
I don't get the issue, can you recommend a better approach? |
connection will be concurrently access by different goroutine, that need protect by synchronzation. |
This is a race condition, only valid if Channel variable is volatile(Java keyword) or atomic
go-amqp-reconnect/rabbitmq/rabbitmq.go
Line 48 in e71660a
The text was updated successfully, but these errors were encountered: