From 4a3554ca3611708615f3d6eb9695ea81da9a326e Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 15 Feb 2025 21:50:00 +1300 Subject: [PATCH] add todo --- src/connection/connection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connection/connection.js b/src/connection/connection.js index fc9ac74..fb923d8 100644 --- a/src/connection/connection.js +++ b/src/connection/connection.js @@ -353,6 +353,8 @@ class Connection extends EventEmitter { resolve(selfInfo); }); + // todo add timeout in case user connected to unsupported device + // request self info await this.sendCommandAppStart();