Details
-
Task
-
Resolution: Done
-
Minor - P4
-
None
-
3.0.1
-
None
-
gcc-5.4, ubuntu 16_04 x64
Description
The legacy driver has feature in class mongo::DBClientConnection for autoreconnecting to server. It available via constructor parameter: mongo::DBClientConnection(bool _autoReconnect, ...).
This feature avaliable with the C++11 driver or not (mongocxx::client class hasn't a similar options)?
How I can realize this manually?