feat: 网络

This commit is contained in:
yangxisong 2025-11-13 15:15:09 +08:00
parent f8b5f3a395
commit 1b0e5ec8ab
1 changed files with 0 additions and 11 deletions

View File

@ -30,17 +30,6 @@ class WebSocketManager(context: Context, scope: CoroutineScope) {
}
}
}
scope.launch {
while (true) {
delay(5.seconds.inWholeMilliseconds)
webSocketConnection.sendRequest(
WebSocketRequestMessage(
requestId = "测试数据 ${Date().time}"
)
)
}
}
}
fun connect() {