Commit e0cbb464e8552d327a7a5fff8869da7e623eb001
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !17
Showing
1 changed file
Show diff stats
index.js
... | ... | @@ -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); |