You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys!
We try implement replicaset using this connector.
Replicaset in our understanding is thing that collect multiple connections and can do retry query when one of connection timed out or unavailable.
There is a problem. We make *Async() queries in loop over connection, after we can't understand whether to retry because for this we need to do two things:
Wait for Future will filled.
Check that Future.err equals nil. If it is not, try again on next connection.
Hi guys!
We try implement replicaset using this connector.
Replicaset in our understanding is thing that collect multiple connections and can do retry query when one of connection timed out or unavailable.
There is a problem. We make *Async() queries in loop over connection, after we can't understand whether to retry because for this we need to do two things:
The text was updated successfully, but these errors were encountered: