-
Type:
Task
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 3.0.1
-
Component/s: API
-
None
-
Environment:gcc-5.4, ubuntu 16_04 x64
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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?