[fix] fix stuck connecting state when remote device is offline, refs #57

This commit is contained in:
dijunkun
2026-07-05 00:52:21 +08:00
parent 0681f6540d
commit 5db309243b
8 changed files with 210 additions and 3 deletions
+5
View File
@@ -50,6 +50,11 @@ function setup_targets()
add_includedirs("src/device_controller", "src/common")
add_files("tests/keyboard_state_protocol_test.cpp")
target("connection_status_protocol_test")
set_kind("binary")
set_default(false)
add_files("tests/connection_status_protocol_test.cpp")
target("windows_manifest_resource_test")
set_kind("binary")
set_default(false)