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
This minor release adds the TusUploader#setChunkSize() and TusUploader#uploadChunk() methods while deprecating the original TusUploader#uploadChunk(int) method in order to reduce memory
allocations by resuing internal buffers.