Mongo.py should attempt to verify on create
Skelmis opened this issue · 1 comments
Skelmis commented
Currently the class does not check if the connection is valid, which leads to timeout errors. We should think about implementing a check on instance creation or something that raises an invalid connection if its incorrect rather then merely waiting for errors
Skelmis commented
Issue resolved on my new branch