mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Fix user actions not extending timeout.
This commit is contained in:
@@ -10,7 +10,8 @@ module.exports = syrup.serial()
|
||||
|
||||
sub.on('message', router.handler())
|
||||
|
||||
router.on('message', function(channel) {
|
||||
// Special case, we're hooking into a message that's not actually routed.
|
||||
router.on({$code: 'message'}, function(channel) {
|
||||
channels.keepalive(channel)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user