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
At the line pull_consumer.go#L147, there is a variable of int stored into the queueCounterTable. However, the var index which should load from the queueCounterTable requires a type of int64. It will cause a panic.
The text was updated successfully, but these errors were encountered:
At the line pull_consumer.go#L147, there is a variable of int stored into the queueCounterTable. However, the var index which should load from the queueCounterTable requires a type of int64. It will cause a panic.
The text was updated successfully, but these errors were encountered: