fluid-mongo icon indicating copy to clipboard operation
fluid-mongo copied to clipboard

Make code that depends on ConnectionString constructor suspending

Open fluidsonic opened this issue 4 years ago • 0 comments

ConnectionString() is blocking and performs DNS resolution. That in turns makes MongoClients.create() blocking.

fluidsonic avatar Aug 06 '21 20:08 fluidsonic