mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Merge branch 'bug_fix' into dev
This commit is contained in:
@@ -54,6 +54,8 @@ def recv_all(stream, chunk_size=4096, recv_interval=0.000) -> bytes:
|
||||
if isinstance(stream, _AdbStreamConnection):
|
||||
stream = stream.conn
|
||||
stream.settimeout(10)
|
||||
else:
|
||||
stream.settimeout(10)
|
||||
|
||||
try:
|
||||
fragments = []
|
||||
|
||||
Reference in New Issue
Block a user