Merge Request #17

Merged
Created by Eric Fernandez

Master(efernandez)

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
... ... @@ -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);