mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Reap dead devices using timeouts. Previously, if a provider died without being able to clean up properly, the device would stay as a ghost.
This commit is contained in:
parent
f24e777961
commit
4896ca406e
10 changed files with 189 additions and 3 deletions
|
@ -5,6 +5,7 @@ var wire = require('./')
|
|||
var wireutil = {
|
||||
global: '*ALL'
|
||||
, log: '*LOG'
|
||||
, heartbeat: '*HB'
|
||||
, makePrivateChannel: function() {
|
||||
return uuid.v4(null, new Buffer(16)).toString('base64')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue