Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is there support for progress for transfers? #67

Open
jhoughjr opened this issue Oct 27, 2022 · 0 comments
Open

Question: Is there support for progress for transfers? #67

jhoughjr opened this issue Oct 27, 2022 · 0 comments

Comments

@jhoughjr
Copy link

I've done some looking and dont see any way to do what URLSessionTaskDelegate enables.

    	_ session: URLSession, 
        task: URLSessionTask, 
        didSendBodyData bytesSent: Int64, 
        totalBytesSent: Int64, 
        totalBytesExpectedToSend: Int64
     )```
Im brainstorming what the api might look like and how it could work.
I assume this all wraps URLSessionTask so it feels it should be doable, but I wanted your thoughts before I went far.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant