Or Gal

Results 5 comments of Or Gal

// do something if middleware allows not sure i understand this. what signature are we expecting the middleware function to have?

ah ok. so would this work? ```js responder.use('somerequest',(req,cb,next) => { // do something }); responder.use('somerequest',(req,cb,next) => { // do something else }); responder.on('somerequest',(req,cb) => { // ... }); ``` what...

Hi looked into Client.java and indeed disconnect() is never called on the connection. Probably because singleRequest() returns a Reader which cant be processed if the connection is closed. Maybe you...

have not had a chance to try it out yet on a clean environment but if it helps my worker is running on an ec2 m1.large ubuntu machine. i have...

bad news.. the problem exists in 0.0.8 as well when processing volume gets high