From a818fdcf1d307659a96561a7f64ce6865c3ffccd Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 3 Jul 2015 20:16:02 +0900 Subject: [PATCH] Update adbkit to probably/hopefully fix disconnect issues with adb connect. It was difficult to reproduce reliably. The main reason was most likely that some data in the initial chunks may have been missed due to us relying on the 'readable' event too much, possibly listening for it after it occured. Fixes #2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5480ca9a..9e48f756 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "gulp test" }, "dependencies": { - "adbkit": "^2.2.1", + "adbkit": "^2.2.2", "adbkit-apkreader": "^1.0.0", "adbkit-monkey": "^1.0.1", "bluebird": "^2.9.14",