Merge Request #5

Merged
Created by Eric Fernandez

Master(efernandez)

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
... ... @@ -27,4 +27,8 @@ client.on('open', function open() {
27 27 });
28 28 });
29 29  
  30 +client.on('error', function(e) {
  31 + console.log(e);
  32 +})
  33 +
30 34 console.log('Sevice connected to wsServer: ' + config.urlHO);