spion / promise-streams

A collection of node.js streams that work well with promises (through, map, reduce, etc...)
93 stars 11 forks source link

Is this project being maintained? #16

Open heri16 opened 6 years ago

heri16 commented 6 years ago

Seems like we have a lot of open issues that are very trivial to fix but are not yet fixed. Is this project being maintained?

Will the bluebird dependency be updated to bluebird@3.5.1?

spion commented 6 years ago

They are not trivial to fix. I encountered a lot of issues that are produced from the fact that promise-streams are built on top of node streams: https://github.com/spion/promise-streams/issues/8

I still haven't found a straightforward fix for this.