You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(topology): always ensure useUnifiedTopology is present
This will be present if the `MongoClient` is created with this
option, but is not guaranteed to be there for direct uses of the
`Topology` type. The way the pool is currently set up, this could
result in `connect` not knowing the context of the topology its
creating connections for, so always make sure the variable is
present.
0 commit comments