We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The current invariant for Writable streams is that they should always emit either 'error' or 'finish'.
'error'
'finish'
However, reviewing the current implementation I don't believe this is the case when the socket closes.
Test case pending.