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
Currently the lookup of dns entries (.resolve) for multiple protocols uses one async handler.
As the various protocols may resolve at different speeds, it may be a good idea to turn this into an asynchronous iterator that servers each protocol as they resolve, with an automatic abort.
The text was updated successfully, but these errors were encountered:
Currently the lookup of dns entries (
.resolve
) for multiple protocols uses one async handler.As the various protocols may resolve at different speeds, it may be a good idea to turn this into an asynchronous iterator that servers each protocol as they resolve, with an automatic abort.
The text was updated successfully, but these errors were encountered: