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
Is there a particular reason why UDP is not supported together with -wait? I am not proficient with Go, but it appears to me, that net.DialTimeout and callees do support it.
Could provide a PR unless you have any objections with extending func waitForDependencies() with udp, udp4 and udp6. Thanks!
The text was updated successfully, but these errors were encountered:
Is there a particular reason why UDP is not supported together with
-wait
? I am not proficient with Go, but it appears to me, thatnet.DialTimeout
and callees do support it.Could provide a PR unless you have any objections with extending func waitForDependencies() with
udp
,udp4
andudp6
. Thanks!The text was updated successfully, but these errors were encountered: