mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 19:53:25 +02:00
Don't rely on lucky timings when sending messages from the provider.
This commit is contained in:
@@ -40,12 +40,6 @@ var wireutil = {
|
||||
, entry.identifier
|
||||
))
|
||||
}
|
||||
, makeDevicePokeMessage: function(serial, channel) {
|
||||
return wireutil.envelope(new wire.DevicePokeMessage(
|
||||
serial
|
||||
, channel
|
||||
))
|
||||
}
|
||||
, makeDeviceIdentityMessage: function(serial, identity) {
|
||||
return wireutil.envelope(new wire.DeviceIdentityMessage(
|
||||
serial
|
||||
@@ -78,9 +72,6 @@ var wireutil = {
|
||||
})
|
||||
))
|
||||
}
|
||||
, makeProbeMessage: function() {
|
||||
return wireutil.envelope(new wire.ProbeMessage())
|
||||
}
|
||||
, makeShellCommandMessage: function(channel, command) {
|
||||
return wireutil.envelope(new wire.ShellCommandMessage(
|
||||
channel
|
||||
|
||||
Reference in New Issue
Block a user