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
codec-parser should work fine wrapped as a transform stream and it should work fine reading partial chunks of data no matter what the size.
Unless you're seeing some specific codec parser error, or the data is being parsed incorrectly, I would guess the issue is with how your transform stream is implemented. You might check this out to help with implementing the transform stream: https://nodejs.org/api/stream.html#implementing-a-duplex-stream
It would be safe to asume that this would work?
Because I'm getting weird result on my end.
Or there is a better way of doing this??
Thanks.
The text was updated successfully, but these errors were encountered: