Is there no way to receive data with streaming?

In Node.js SDK 2.6, I can get all rows with streaming and N1QL.

but There is no method about streaming in Node.js SDK 3.0.

is it removed? should i use older version of Node.js SDK?

Hey @Kim,

There is currently a bug against the 3.0 client where, while we internally provide a shared Promise/EventEmitter to enable both usages, Javascript itself is interfering and rewrapping it in a Promise, hiding all the event emitter methods. We should have this fixed in the near future.

Cheers, Brett

Is there any update for this? It’s been almost a year and I was not able to find any changes on Github regarding this problem.

Thanks