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
Above lines are source of this problem and must be changed to accept 5 arguments as needed by NewResourcePool(factory Factory, capacity int, maxCap int, idleTimeout time.Duration, prefillParallelism int) *ResourcePool
The text was updated successfully, but these errors were encountered:
It seems like
vitess.io/vitess/go/pool
has changed their function signature and it requires more arguments.Above lines are source of this problem and must be changed to accept 5 arguments as needed by
NewResourcePool(factory Factory, capacity int, maxCap int, idleTimeout time.Duration, prefillParallelism int) *ResourcePool
The text was updated successfully, but these errors were encountered: