mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Remove left over bits from the old heartbeat implementation.
This commit is contained in:
parent
6443215a7c
commit
181829b55c
2 changed files with 0 additions and 2 deletions
|
@ -139,7 +139,6 @@ module.exports = function(options) {
|
||||||
serial: message.serial
|
serial: message.serial
|
||||||
, present: false
|
, present: false
|
||||||
, ready: false
|
, ready: false
|
||||||
, lastHeartbeatAt: null
|
|
||||||
, using: false
|
, using: false
|
||||||
, likelyLeaveReason: 'device_absent'
|
, likelyLeaveReason: 'device_absent'
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,6 @@ var wire = require('./')
|
||||||
|
|
||||||
var wireutil = {
|
var wireutil = {
|
||||||
global: '*ALL'
|
global: '*ALL'
|
||||||
, heartbeat: '*HB'
|
|
||||||
, makePrivateChannel: function() {
|
, makePrivateChannel: function() {
|
||||||
return uuid.v4(null, new Buffer(16)).toString('base64')
|
return uuid.v4(null, new Buffer(16)).toString('base64')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue