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 have an upload mechanism in my app that works with URLSession's URLSessionUploadTask. I used the delegate methods instead of the callbacks.
Everything works fine, except the updating of the upload progress via the urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:) method from URLSessionTaskDelegate. This method simply doesn't get called, but all other ones do. When I don't run Cauli, it works.
The text was updated successfully, but these errors were encountered:
I run Cauli without any special configuration:
I have an upload mechanism in my app that works with
URLSession
'sURLSessionUploadTask
. I used the delegate methods instead of the callbacks.Everything works fine, except the updating of the upload progress via the
urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)
method fromURLSessionTaskDelegate
. This method simply doesn't get called, but all other ones do. When I don't run Cauli, it works.The text was updated successfully, but these errors were encountered: