* Watchdog for timeouts * @this {!Client} * @param {!number} utc UTC timestamp
(utc)
| 24861 | * @param {!number} utc UTC timestamp |
| 24862 | */ |
| 24863 | watchdog (utc) { |
| 24864 | this.watchdogRequests(utc) |
| 24865 | } |
| 24866 | |
| 24867 | // Send methods |
| 24868 |
nothing calls this directly
no test coverage detected