Open elhigu opened 4 years ago
seems like stream doesn't close its connection ever, and then you get a stream that is already depleted when you try to use it again. Very odd.
@Sleepful Would you consider sending a PR to knex to address that?
Oh would you look at that, it was my fault ... apparently some stream was trying to get re-used after it finished because it wasn't running out of scope ... or similar. Thanks for the quick reply though @kibertoad
Moved issue from main repo to here https://github.com/knex/knex/issues/2037
Maybe an example to recipes could be added or something.