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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
E.g. if one server/uri is not available, use the next one.
I guess the simplest way to implement would be a loop in authenticate() that just tries each one in the list until one will bind. Comments/thoughts on this approach?
The text was updated successfully, but these errors were encountered:
The uri parameter may be a comma- or whitespace-separated list of URIs containing only the schema, the host, and the port fields. Note that when using multiple URIs you cannot determine to which URI your client gets connected.
Then, we can configure for the multiple servers as
E.g. if one server/uri is not available, use the next one.
I guess the simplest way to implement would be a loop in authenticate() that just tries each one in the list until one will bind. Comments/thoughts on this approach?
The text was updated successfully, but these errors were encountered: