mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user