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
I've dropped this module into my app as a way to retry streaming file uploads if they should fail or be throttled. It works really well, but every so often the app crashes with this error:
TypeError: Cannot read property '_buffer' of undefined
at Duplex.<anonymous> (streaming-cache/index.js:191:59)
Somehow, it's getting into a state where the cache has a hit, but the associated emitters dictionary does not, causing this error.
I'm going to investigate further and see if I can figure out how this is happening. Documenting it here for now.
The text was updated successfully, but these errors were encountered:
I've dropped this module into my app as a way to retry streaming file uploads if they should fail or be throttled. It works really well, but every so often the app crashes with this error:
Somehow, it's getting into a state where the
cache
has a hit, but the associatedemitters
dictionary does not, causing this error.I'm going to investigate further and see if I can figure out how this is happening. Documenting it here for now.
The text was updated successfully, but these errors were encountered: