-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Progress not getting called #50
Comments
@alexandre-g it seems like the first case shouldn't compile if What happens if you run this: getFile()
.then(self.uploadFile(fileUrl:))
.progress {
// is it called?
} |
@NunoAlexandre Sorry for taking a while to test. It does compile - from what I've seen it only complains if argument number/type does not match. I've tried the formatting you suggested and still the same issue. You can test by slightly modifying the
|
@alexandre-g this does look like a bug indeed. @NunoAlexandre Thanks for chiming in 👍 PS: Please excuse the late reply 🙏 |
I'm experiencing the same behavior. Any update on this? Thanks for looking into it. |
+1 |
🙏 |
No luck on this? I'm facing the same issue. |
Nope. I already moved away from the lib. |
Hi, struggling with the semantics for progress block
Here are two scenarios:
Is this the expected behavior? Or am I doing something wrong in the first case?
Thanks
The text was updated successfully, but these errors were encountered: