Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Make raven-go Wait() thread safe #238

Open
jayapriya90 opened this issue Feb 4, 2019 · 0 comments
Open

Make raven-go Wait() thread safe #238

jayapriya90 opened this issue Feb 4, 2019 · 0 comments

Comments

@jayapriya90
Copy link

Looks like raven-go's Wait() is not thread safe (https://github.com/getsentry/raven-go/blob/master/client.go#L875). When two go-routines concurrently try to mutate the state of sentry client, running into WaitGroup is reused before previous Wait has returned error

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

No branches or pull requests

1 participant