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 74ae021 commit 59eb1b1Copy full SHA for 59eb1b1
src/sdam/server.ts
@@ -300,7 +300,8 @@ export class Server extends TypedEventEmitter<ServerEvents> {
300
// Clone the options
301
const finalOptions = Object.assign({}, options, {
302
wireProtocolCommand: false,
303
- directConnection: this.topology.s.options.directConnection
+ directConnection: this.topology.s.options.directConnection,
304
+ timeoutContext: options.timeoutContext
305
});
306
307
// There are cases where we need to flag the read preference not to get sent in
0 commit comments