pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

Close socket if the connection fails

Open JeffLIrion opened this issue 5 years ago • 3 comments

JeffLIrion avatar Sep 13 '20 16:09 JeffLIrion

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?

YuvrajRaghuvanshiS avatar Jan 30 '21 12:01 YuvrajRaghuvanshiS

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

JeffLIrion avatar Jan 30 '21 18:01 JeffLIrion