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 Sep 1, 2022. It is now read-only.
Currently, the
host
parameter specified when creating a TCPClient or TLSClient can either be an IPv4 address or a DNS name that gets resolved.We need to extend this string value to allow for a list of IP addresses to attempt to connect to in the specified order, e.g.:
"<ip1>;<ip2>; ... ;<ipN>"
The advantage of doing things this way is that it won't break the current API.
The text was updated successfully, but these errors were encountered: