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
In overlay_address.c load_subscriber_address(), refactor to allow asynchronous resolution of configured domain names. This would avoid the problem of hard-configured IP addresses, which may change.
The text was updated successfully, but these errors were encountered:
DNS resolution has been implemented as a synchronous process. For the moment, this is a rare enough occurrence that we shouldn't need to worry about the timeout issue.
In overlay_address.c load_subscriber_address(), refactor to allow asynchronous resolution of configured domain names. This would avoid the problem of hard-configured IP addresses, which may change.
The text was updated successfully, but these errors were encountered: