do not catch OSError in pipe.send (fix ANR on some versions of Android)
This commit is contained in:
@@ -736,10 +736,6 @@ class SocketPipe:
|
||||
print_error("SSLError:", e)
|
||||
time.sleep(0.1)
|
||||
continue
|
||||
except OSError as e:
|
||||
print_error("OSError", e)
|
||||
time.sleep(0.1)
|
||||
continue
|
||||
|
||||
|
||||
class QueuePipe:
|
||||
|
||||
Reference in New Issue
Block a user