25512345
Results
1
comments of
25512345
Maybe if no connection connected, adbkit cannot lookup ip localhost. With options when create client has solve this problem :smile: ``` const client = adb.createClient({host: "127.0.0.1", port: "5037"}); ```