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
Yes, you are right. It only can happen when Close() gets called prior to Run(), which is unlikely. Nevertheless, it indeed is a potential cause of error and I should fix that.
m.qc is created inside a goroutine here. It should be created before the goroutine is started.
The text was updated successfully, but these errors were encountered: