* Internal method to get the amount of responses dequeued in the last interval (between 200ms and 400ms) on all * connections to the host. * @returns {Number} * @internal * @ignore
()
| 336 | * @ignore |
| 337 | */ |
| 338 | getResponseCount() { |
| 339 | // Last interval plus the current count |
| 340 | return this._healthResponseCounter + this.pool.responseCounter; |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Checks the health of a connection in the pool |
no outgoing calls
no test coverage detected