C# Driver Question:
What is the recommendation for handling situations where MongoClients need to be reauthorized with new certificates? Mongo documentation recommends using a singleton client but that doesn’t respond well to certificate expirations. The documentation also says to avoid using transient clients due to inefficiency.
With the release of version 3.0 of the driver, are transient clients ok to use now since they are disposable?