()
| 242 | activePollingType.value = type; |
| 243 | |
| 244 | const sendInitial = () => { |
| 245 | if (type === 'ps') { |
| 246 | sendPsMessage(); |
| 247 | } else { |
| 248 | sendNetMessage(); |
| 249 | } |
| 250 | }; |
| 251 | |
| 252 | const scheduleInitialFetch = () => { |
| 253 | if (initialDelay > 0) { |
no test coverage detected