소스 검색

配置设备响应默认超时时间

bjb 3 달 전
부모
커밋
2514d2ab35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      transport/src/main/java/com/iscs/comm/intf/AbsCommBase.kt

+ 1 - 1
transport/src/main/java/com/iscs/comm/intf/AbsCommBase.kt

@@ -53,7 +53,7 @@ abstract class AbsCommBase {
      * @param frame     请求的数据帧
      * @param timeout   配置响应式超时
      */
-    abstract suspend fun writeWithResponse(frame: Frame, timeout: Long = 50): Frame
+    abstract suspend fun writeWithResponse(frame: Frame, timeout: Long = 5_000): Frame
 
     /**
      * 读数据帧