[2025/06/03 16:33:36.661] 1) CSOT driver tests
[2025/06/03 16:33:36.661] Change Streams
[2025/06/03 16:33:36.661] when in stream mode
[2025/06/03 16:33:36.661] when the getMore times out
[2025/06/03 16:33:36.661] continues emitting change events:
[2025/06/03 16:33:36.661] Uncaught MongoOperationTimeoutError: Timed out during socket read (991ms)
[2025/06/03 16:33:36.661] at Connection.readMany (src/cmap/connection.ts:233:13)
[2025/06/03 16:33:36.661] at runNextTicks (node:internal/process/task_queues:65:5)
[2025/06/03 16:33:36.661] at processTimers (node:internal/timers:520:9)
[2025/06/03 16:33:36.661] at async Connection.sendWire (src/cmap/connection.ts:168:69)
[2025/06/03 16:33:36.661] at async Connection.sendCommand (src/cmap/connection.ts:170:73)
[2025/06/03 16:33:36.661] at async Connection.command (src/cmap/connection.ts:170:73)
[2025/06/03 16:33:36.661] at async Server.command (src/sdam/server.ts:74:87)
[2025/06/03 16:33:36.661] at async GetMoreOperation.execute (src/operations/get_more.ts:40:56)
[2025/06/03 16:33:36.661] at async tryOperation (src/operations/execute_operation.ts:82:4)
[2025/06/03 16:33:36.661] at async executeOperation (src/operations/execute_operation.ts:24:2521)
[2025/06/03 16:33:36.661] at async ChangeStreamCursor.getMore (src/cursor/abstract_cursor.ts:345:6)
[2025/06/03 16:33:36.661] at async ChangeStreamCursor.getMore (src/cursor/change_stream_cursor.ts:2:5224)
[2025/06/03 16:33:36.661] at async ChangeStreamCursor.fetchBatch (src/cursor/abstract_cursor.ts:363:19)
[2025/06/03 16:33:36.661] at async ChangeStreamCursor.next (src/cursor/abstract_cursor.ts:49:2805)