release v0.4.3_pre1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## 0.4.3
|
||||
|
||||
- 改进: 对控制通道增加流控选项
|
||||
- 新增: 预发行版更新检测
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- 改进: 单 IP 的设备连接时跳过探测
|
||||
|
||||
@@ -1135,7 +1135,7 @@ class Scrcpy(
|
||||
)
|
||||
|
||||
val controlWriter = controlStream?.let { stream ->
|
||||
ControlWriter(DataOutputStream(BufferedOutputStream(stream.outputStream)))
|
||||
ControlWriter(DataOutputStream(stream.outputStream))
|
||||
}
|
||||
val controlInput = controlStream?.let { stream ->
|
||||
if (stream === firstStream) firstInput
|
||||
|
||||
Reference in New Issue
Block a user