1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

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.

This commit is contained in:
Simo Kinnunen 2015-07-03 20:16:02 +09:00
parent 3b0faaf171
commit a818fdcf1d

View file

@ -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",