Do I have to close some instances after the completion of work with the base using the ReactiveMongo
driver?
When I do a lot of inserts and then I call driver.close()
, many operations can not be completed with dead letters
akka messages.
Can I be sure that he will complete all operations before shutting down without await all operations futures?