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
The _onDisconnect function seems problematic. It is run after any client disconnects, but it cancels file uploads from all clients. This is probably a bug.
sffc
changed the title
Socket disconnects cancels in-progress uploads for other clients
Socket disconnects may cancel in-progress uploads for other clients
Aug 1, 2021
I'm sorry, this package has been a trustworthy workhorse; but my organization is moving away from it in favor of a custom Typescript implementation. Hopefully we'll open source it.
If you are able to publish your TypeScript library, I would be happy to recommend it as an alternative to this library. The ecosystem has changed a lot since this was written, and I think the next natural step is to have a whole new clean implementation.
The
_onDisconnect
function seems problematic. It is run after any client disconnects, but it cancels file uploads from all clients. This is probably a bug.See #110
The text was updated successfully, but these errors were encountered: