Merge Request #10

Merged
Created by Eric Fernandez

Master

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
... ... @@ -13,7 +13,7 @@ client.on('open', function open() {
13 13 client.on('message', function incoming(message) {
14 14  
15 15 message = JSON.parse(message.toString('utf8'));
16   -
  16 + console.log(message);
17 17 switch (message.action) {
18 18 case 'getEntity':
19 19