tus / TUSKit

The tus client for iOS.
https://tus.io/
MIT License
214 stars 115 forks source link

Fix didStartUpload delegate method not being called #175

Closed dmtrpetrov closed 1 year ago

dmtrpetrov commented 1 year ago

Noticed the problem when I was implementing analytics in my project. didStartUpload is not being called because metadata uploadedRange is not nil after StatusTask is done.

donnywals commented 1 year ago

Thanks for this!