Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored and desmondmorris committed Dec 11, 2016
1 parent 7108db3 commit eb51190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Parser.prototype.receive = function receive(buffer) {
error.source = json;
this.emit('error', error);
}
} else {
// Keep Alive
this.emit('ping');
}
}
};

0 comments on commit eb51190

Please sign in to comment.