You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, I use the QRCodeReader.Decode method to decode images. I employ multiple goroutines to call Decode on a single QRCodeReader. Could this cause a data race issue?