Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runwda port passed in wrong order to UsbmuxTcpForwarder #14

Open
yehe01 opened this issue May 2, 2024 · 0 comments
Open

runwda port passed in wrong order to UsbmuxTcpForwarder #14

yehe01 opened this issue May 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yehe01
Copy link

yehe01 commented May 2, 2024

In runwda,
UsbmuxTcpForwarder(service_provider.udid, dst_port, src_port)
should be
UsbmuxTcpForwarder(service_provider.udid, src_port, dst_port)

Based on the cmd doc:
@click.option("--src-port", default=8100, help="WebDriverAgent listen port")
@click.option("--dst-port", default=8100, help="local listen port")

When i run
t3 runwda --bundle-id xxx --src-port 8100 --dst-port 50002
i expect the traffic from my local mac machine at 50002 to be forwarded to the connected mobile device.
But it starts listening to 8100 on my mac.

@codeskyblue codeskyblue added the bug Something isn't working label May 6, 2024
@codeskyblue codeskyblue self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants