()
| 478 | } |
| 479 | |
| 480 | private clearSendingWatcher() { |
| 481 | clearInterval(this.sendingWatcherTimer); |
| 482 | } |
| 483 | |
| 484 | // Force data to be sent to the server to avoid data jamming and not sending due to process problems. |
| 485 | // As long as a persistent connection exists, data will be sent. |
no outgoing calls
no test coverage detected