Closed RAREGUN closed 1 year ago
Somehow calling ConnectAsync overload without port doubles default port
Calling string result = await client.ConnectAsync("127.0.0.1", cancellationToken: token); will produce unable to connect to 127.0.0.1:5555:5555
string result = await client.ConnectAsync("127.0.0.1", cancellationToken: token);
unable to connect to 127.0.0.1:5555:5555
No response
2.5.5
.NET 7
Windows
???
In fact, the port is not duplicated, this is a message output issue
Is that something wrong with your adb?
Exactly
Describe the bug
Somehow calling ConnectAsync overload without port doubles default port
Steps to reproduce the bug
Calling
string result = await client.ConnectAsync("127.0.0.1", cancellationToken: token);
will produceunable to connect to 127.0.0.1:5555:5555
Expected behavior
No response
Screenshots
No response
NuGet package version
2.5.5
.NET Platform
.NET 7
Platform type
Windows
System version
No response
IDE
No response
Additional context
No response