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
Don't include IPv4 or Docker addresses in connection config sent via ADB
This fixes a bug where devices would connect via IPv6, which isn't
actually supported. This worked with QR codes (because the UI does
correctly do this filtering) but not with ADB because of this issue. It
also reduces unnecessary network checks (and waiting for timeouts,
potentially) for some cases too.
0 commit comments