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
On node >= v14, unpack() is not finished yet when the callback is invoked.
And I noticed that the writable stream (returned by unpack()) is closed twice.
On node >= v14,
unpack()
is not finished yet when the callback is invoked.And I noticed that the writable stream (returned by
unpack()
) is closed twice.I've created a minimal reproducible repository.
The text was updated successfully, but these errors were encountered: