pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

Blocking Progress Update while uploading or downloading a file. #24

Closed Abdallah-Shaheen closed 2 years ago

pmusolino commented 5 years ago

Hi, what do you mean? Can you show me something?

Thanks -Paolo

Abdallah-Shaheen commented 5 years ago

Hi Paolo and Thank you the problem is when I try to upload or download file I need to update UI progress with Wormholy the progress update is blocked when I uninstalled Wormholy the UI progress update work again.

Thanks Abdallah Shaheen img_0012

pmusolino commented 5 years ago

It's really strange. Can you send me a simple demo project where I can replicate the problem?

kingsofteng commented 5 years ago

I guess this is an issue related to updating UI on the non-main thread. @Abdallah-Shaheen It would be helpful if you provide the detailed information or simple demo project. Then I can help you.