async empty()

in src/pool/WeightedConnectionPool.ts [112:118]


  async empty (): Promise<void> {
    await super.empty()
    this.maxWeight = 0
    this.greatestCommonDivisor = 0
    this.index = -1
    this.currentWeight = 0
  }