mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +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:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user