Vladimir Surjaninov
Results
1
comments of
Vladimir Surjaninov
I'm working with several processes with adb connections and using adbclient. Method call `self.socket.recv(4)` from [adbclient.py](https://github.com/dtmilano/AndroidViewClient/blob/master/src/com/dtmilano/android/adb/adbclient.py#L259) not wrapped by try-finally section and terminate process after timeout without any messages and...