* Stop keepalive pings.
()
| 359 | * Stop keepalive pings. |
| 360 | */ |
| 361 | _stopPing () { |
| 362 | if (this._keepAlive) { |
| 363 | clearInterval(this._keepAlive) |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | Return the next available ticket number |
no outgoing calls
no test coverage detected