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
feat: Allow disabling autoSelectFamily in an Agent (nodejs#4070)
* Allow disabling autoSelectFamily in an Agent
Currently the options are only passed if they enable autoSelectFamily. However, if autoSelectFamily is the default, we want to be able to disable it too.
* Fix the autoSelectFamily error in client too.
- Also add tests.
- Fix types so that partial options can be passed
to buildConnector without violating the TypeScript.
For example, TcpNet options require 'port' but the options
we pass should not.
---------
Co-authored-by: Carlos Fuentes <[email protected]>
0 commit comments