We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1415ce commit e06c10fCopy full SHA for e06c10f
src/operations/client_bulk_write/client_bulk_write.ts
@@ -54,7 +54,7 @@ export class ClientBulkWriteOperation extends CommandOperation<ClientBulkWriteCu
54
let connection;
55
if (!session.pinnedConnection) {
56
// Checkout a connection to build the command.
57
- connection = await server.pool.checkOut();
+ connection = await server.pool.checkOut({ timeoutContext });
58
// Pin the connection to the session so it get used to execute the command and we do not
59
// perform a double check-in/check-out.
60
session.pin(connection);
0 commit comments