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

Proxy over adb waits for a message indefinitely #325

Open
Wyn-Price opened this issue Sep 19, 2024 · 0 comments
Open

Proxy over adb waits for a message indefinitely #325

Wyn-Price opened this issue Sep 19, 2024 · 0 comments

Comments

@Wyn-Price
Copy link

When starting in proxy-over-adb, a request to ws://localhost:8000/?action=proxy-adb&remote=tcp%3A8886&udid=XXX is sent, the server responds with a 101 and the websocket is established.

No more communication happens on the websocket, and the frontend is blank. From what I can tell from digging through the client code, it's waiting for an initial message, but I can't figure out why the server isn't sending anything.

Things like shell, devtools and list_files work, with shell sending an opening message to trigger the server to respond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant