You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constreadStream=newstream.PassThrough();readStream.end('{"stations":[{"id":1,"name":"somewhere"]}');readStream.once('readable',()=>{oboe(readStream).node('stations.*',station=>{// Never iterates}).done(final=>{// Never is done}).fail(err=>{// Never fails});});
Cannot reproduce in NodeJS versions < 8. Even tried with NodeJS 10.x version:
Streams just hang using NodeJS 10x:
Cannot reproduce in NodeJS versions < 8. Even tried with NodeJS 10.x version:
The text was updated successfully, but these errors were encountered: