Alex Patsino

Results 1 comments of Alex Patsino

Seems that variant: ``` request.on("data", function(message) { console.log('%s-st Handler received message - %j', i, JSON.parse(message)); process.nextTick(function() { request.close(); }); }); ``` Is more appropriate. Could you please explain whether this...