mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0 Signed-off-by: Denis Barbaron <denis.barbaron@orange.com> * remove useless comments in karma configuration file Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
//
|
||||
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
//
|
||||
|
||||
// ISSUE-100 (https://github.com/openstf/stf/issues/100)
|
||||
|
||||
// In some networks TCP Connection dies if kept idle for long.
|
||||
// Setting TCP_KEEPALIVE option true, to all the zmq sockets
|
||||
// won't let it die
|
||||
|
||||
var zmq = require('zmq')
|
||||
var zmq = require('zeromq')
|
||||
|
||||
var log = require('./logger').createLogger('util:zmqutil')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user