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

Close socket if the connection fails #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeffLIrion
Copy link
Contributor

No description provided.

@YuvrajRaghuvanshiS
Copy link

Hey @JeffLIrion I'm new to python packages. I have made a project depending on ADB and I am trying to use it but got this same exception. Your pull seems to avoid this but I have to no idea how to modify already installed pip package (or install modified) on my user's system. How can I do that?

@JeffLIrion
Copy link
Contributor Author

You should be able to install my forked pure-python-adb package by adding

https://github.com/JeffLIrion/pure-python-adb/zipball/async-close-connection#pure-python-adb

to a requirements.txt or setup.py file, or you could install it directly via

pip install https://github.com/JeffLIrion/pure-python-adb/archive/async-close-connection.zip

spm5065 added a commit to spm5065/pure-python-adb that referenced this pull request Dec 4, 2024
Merge remote-tracking branch 'base/pr/60' into recursive-push
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.

2 participants