1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Merge DeviceIdentityMessage on the app side.

This commit is contained in:
Simo Kinnunen 2014-02-03 19:56:01 +09:00
parent 2086d7d439
commit eb332ff36a
4 changed files with 10 additions and 2 deletions

View file

@ -331,7 +331,7 @@ module.exports = function(options) {
sub.on('message', wirerouter()
.on(wire.ProbeMessage, function(channel, message) {
push.send([channel,
push.send([wireutil.global,
wireutil.makeDeviceIdentityMessage(options.serial, identity)])
channels.keepalive(channel)
})