commit 21/11/2025

This commit is contained in:
2025-11-21 13:33:37 +07:00
parent 46be98363a
commit 421ed661ad
7 changed files with 165 additions and 133 deletions

View File

@@ -94,11 +94,11 @@ class TCP_Android_Command_Server {
}
} catch (ex: Exception) {
logcb.accept("Failed accepting TCP Socket, Message : ${ex.message}")
logcb.accept("Android TCP Server Failed accepting TCP Socket, Message : ${ex.message}")
}
}
logcb.accept("TCP server stopped")
logcb.accept("Android TCP Command server stopped")
}
return true
} catch (e: Exception) {