Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Encoding is never used in ExecuteRemoteCommandAsync #158

Open
ghost opened this issue Dec 4, 2019 · 0 comments
Open

Encoding is never used in ExecuteRemoteCommandAsync #158

ghost opened this issue Dec 4, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2019

#98 #100

` public static void ExecuteRemoteCommand(this IAdbClient client, string command, DeviceData device, IShellOutputReceiver rcvr, Encoding encoding)
{
.
.
.
client.ExecuteRemoteCommandAsync(command, device, rcvr, CancellationToken.None, int.MaxValue).Wait();

.
.

}`

xixixixixiao added a commit to xixixixixiao/madb that referenced this issue Jan 13, 2020
- use the encoding parameter in method ExecuteRemoteCommand to fix quamotion#158.
- fix it' tests.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants