mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Don't rely on lucky timings when sending messages from the provider.
This commit is contained in:
@@ -431,8 +431,13 @@ module.exports = function(options) {
|
||||
.handler())
|
||||
|
||||
function poke() {
|
||||
push.send([wireutil.global,
|
||||
wireutil.makeDevicePokeMessage(options.serial, solo)])
|
||||
push.send([
|
||||
wireutil.global
|
||||
, wireutil.envelope(new wire.DevicePokeMessage(
|
||||
options.serial
|
||||
, solo
|
||||
))
|
||||
])
|
||||
}
|
||||
|
||||
function isGrouped() {
|
||||
|
||||
Reference in New Issue
Block a user