mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
chore: add todo
This commit is contained in:
parent
a15498f34d
commit
cceaa6576b
1 changed files with 2 additions and 0 deletions
|
@ -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}`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue