()
| 557 | } |
| 558 | |
| 559 | _processNextTicketInLine () { |
| 560 | // check if there is a pending ticket |
| 561 | // and process it |
| 562 | if (this._pendingRequests()) { |
| 563 | this._sendNextRequest() |
| 564 | } |
| 565 | } |
| 566 | |
| 567 | /** |
| 568 | * Check if there are any pending requests waiting in line. |
no test coverage detected