You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read的时候,如果adb.exe被别的进程杀掉可能会报ConnectionResetError,是否也catch尝试重连?
File "D:\projects\ok-baijing\venv\Lib\site-packages\adbutils_adb.py", line 106, in _read_fully
chunk = self.conn.recv(t)
^^^^^^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered:
read的时候,如果adb.exe被别的进程杀掉可能会报ConnectionResetError,是否也catch尝试重连?
File "D:\projects\ok-baijing\venv\Lib\site-packages\adbutils_adb.py", line 106, in _read_fully
chunk = self.conn.recv(t)
^^^^^^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered: