Closed
Description
Versions/Environment
- What version of Rust are you using?
- What operating system are you using?
- What versions of the driver and its dependencies are you using? (Run
cargo pkgid mongodb
&cargo pkgid bson
) - What version of MongoDB are you using? (Check with the MongoDB shell using
db.version()
) - What is your MongoDB topology (standalone, replica set, sharded cluster, serverless)?
Describe the bug
Is there a plan to support the socket_timeout
option? Our service has encountered a connection stuck issue. It's nice if this socket_timeout
options is enabled and will solve our problem.