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

Fix for connection of adb server not starting the right server #115

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

linvi
Copy link

@linvi linvi commented Jun 25, 2019

// if none of the server is started, this starts a adb server on port 5037
const client = adb.createClient({ port: 5038 });

// this fails to connect as it attempts to reach port 5038 and only 5037 is started.
await client.connect("host_ip");

pimterry pushed a commit to httptoolkit/adbkit that referenced this pull request Dec 13, 2021
Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.5.0 to 3.7.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](chaijs/sinon-chai@3.5.0...3.7.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

1 participant