Douglas Wilson

Results 1985 comments of Douglas Wilson

It is just a copy in user land from my understanding, allowing to use the newer stream implementations in older Node.js versions (i.e. backport functionality). Does changing it fix the...

Is the two outputs supported to be different? They both look the same to me, showing `undefined`, right? Am I missing something?

Ok, gotcha. In parallel I was looking at readable-stream and it looks like readableLength was added in the 3.0 release.

That I'm not sure, but you're always welcome to contribute any fixes or such that you think makes sense.

Interesting. So looking at the logs real quick, I'm wondering if you could do the following things and post back a new log for me? - Add `console.log('node ' +...

cool. can you tell me around what function does `debug: mysql storage: getting connection to pool: zeus` print from? it looks like there is something that is halting your event...

OK. Yea, if the log line is _right above_ `poolCluster.getConnection()`, then the event loop blocking is just logging later (since it's triggered by a timer, this is normal; i can...

> why once a getConnection() fails all the pool goes wreck as well, and nothing retries :( yes, that is probably a bug, certainly. i'm mainly trying to figure out...

> I'm actually running version 2.4.2 ok, that's fine. the only difference doesn't apply here at all :) let me know if you can get that new sniplet's output, though...

no problem. i was wondering when you were going to head off :) the weird poolcluster behavior is very likely a bug, because you wouldn't think it would spew a...