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
This one was under the wood for a long time :-)
Its on the sink function that reads and streams the commands responses.
The node crashes when the status response is !== 200 (mostly on specific errors, without a stream response, cause that´s where we usually use other status codes).
If its 200 then its fine
It basically tries to write more bytes after closing the stream
ERR_STREAM_WRITE_AFTER_END
The text was updated successfully, but these errors were encountered:
This one was under the wood for a long time :-)
Its on the sink function that reads and streams the commands responses.
The node crashes when the status response is !== 200 (mostly on specific errors, without a stream response, cause that´s where we usually use other status codes).
If its 200 then its fine
It basically tries to write more bytes after closing the stream
ERR_STREAM_WRITE_AFTER_END
The text was updated successfully, but these errors were encountered: