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
Recently we found a bug in our code where the usage of time.After in a tight receive loop caused OOM. I see a similar pattern in consume.go and thought it may be an issue here as well.