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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
src.pipe(dst)
, what happens ifdst
closes beforesrc
ends? there's some leakage lurkingThe steps to make it happen:
start a server test.js
make sure that data.txt is not so small in size, 100MB should do.
then start this shell script
wait for a while the server exits with:
Although I can cleanup resource manually by adding this
I think
pipe
should at least provide an option when user specifies it should do the housekeeping for the user.The text was updated successfully, but these errors were encountered: