()
| 317 | onConnectCb = cb |
| 318 | }, |
| 319 | getLastSequenceNum() { |
| 320 | return sse.getLastSequenceNum() |
| 321 | }, |
| 322 | // v2 write path (CCRClient) doesn't set maxConsecutiveFailures — no drops. |
| 323 | droppedBatchCount: 0, |
| 324 | reportState(state) { |
nothing calls this directly
no test coverage detected