Commit e0cbb464e8552d327a7a5fff8869da7e623eb001

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !17
... ... @@ -72,6 +72,7 @@ function heartbeat() {
72 72 // sends out pings plus a conservative assumption of the latency.
73 73 pingTimeout = setTimeout(() => {
74 74 client.terminate();
  75 + process.exit(1);
75 76 }, 10000 + 1000);
76 77 }
77 78 console.log('Sevice connected to wsServer: ' + config.urlHO);