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
objectMode:true, // this allows objects to be passed in the stream
highWaterMark: 6,// this is threshold limit for the buffer by default it is 16KB, when objectMode is true the value of the highWaterMark becomes the no of objects