Skip to content

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] <support@github.com>

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