Hi
I was finding the implementation of SETEVENTS STREAM and found these lines.
I think it should be SETEVENTS instead of GETEVENTS.
=============
getEvents: function getEvents(request, cb) { // Chapter 3.4
return this.sendCommand('GETEVENTS ' + request, cb);
},
Hi
I was finding the implementation of SETEVENTS STREAM and found these lines.
I think it should be SETEVENTS instead of GETEVENTS.
=============
getEvents: function getEvents(request, cb) { // Chapter 3.4
return this.sendCommand('GETEVENTS ' + request, cb);
},