chore: add todo

This commit is contained in:
Simon Chan 2023-01-26 03:55:56 +08:00
parent a15498f34d
commit cceaa6576b
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -101,6 +101,8 @@ export class AdbReverseCommand extends AutoDisposable {
localAddress: string,
handler: AdbIncomingSocketHandler
): Promise<string> {
// TODO(reverse): handle ADB bug
// https://issuetracker.google.com/issues/37066218
const stream = await this.sendRequest(
`reverse:forward:${deviceAddress};${localAddress}`
);