mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Optimizations for NC screenshot methods broke the non-NCs
This commit is contained in:
@@ -293,7 +293,7 @@ class Connection(ConnectionAttr):
|
||||
raise AdbTimeout('reverse server accept timeout')
|
||||
|
||||
# Server receive data
|
||||
data = recv_all(conn, chunk_size=chunk_size)
|
||||
data = recv_all(conn, chunk_size=chunk_size, recv_interval=0.001)
|
||||
|
||||
# Server close connection
|
||||
conn.close()
|
||||
|
||||
Reference in New Issue
Block a user