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 addition to a connecting state, maybe add a resolving state prior to that for server connections.
getaddrinfo is blocking - some applications (e.g. curl?) will start a separate thread and call getaddrinfo in that thread to avoid blocking the main thread.
Related to #40 - if there's local dns result caching on the host itself this is less of an issue but may still take milliseconds and be called repeatedly.
The heartbeat patches may be interacting with the server retry timeout poorly?
The text was updated successfully, but these errors were encountered:
In addition to a connecting state, maybe add a resolving state prior to that for server connections.
getaddrinfo is blocking - some applications (e.g. curl?) will start a separate thread and call getaddrinfo in that thread to avoid blocking the main thread.
Related to #40 - if there's local dns result caching on the host itself this is less of an issue but may still take milliseconds and be called repeatedly.
The heartbeat patches may be interacting with the server retry timeout poorly?
The text was updated successfully, but these errors were encountered: