Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Jan 25, 2023
1 parent a15498f commit cceaa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/adb/src/commands/reverse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
);
Expand Down

0 comments on commit cceaa65

Please sign in to comment.