-
Notifications
You must be signed in to change notification settings - Fork 189
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
Wormholy and other dependencies working with URLSessions #77
Comments
Hi there. What version of Xcode and Swift are you using? |
Xcode Version 11.2.1, Swift 5.0 |
Thanks Alex. @kealdishx this can be a good example of a call that doesn't work like expected. |
OK, I will take a look at the issue and make a reponse if anything updated. |
It seems that there is no way for your URLProtocol subclass to call |
Interesting @kealdishx. Do you have the demo project where you tried it? I'll try to work on it unless you've already started working on it. |
That's just a guess.I found something from apple-ios-example:
I don't have free time recently, so I haven't proved it yet. Do you have interest in going on with it?Or I'll solve the issue when I'm free. @pmusolino |
Related issue #76 |
Related issue #56 |
@kealdishx same as you. I'll try to fix it asap, but if you found some free time and you have the possibility to take a look at it, I will be grateful to you! 🙇♂️ |
I have a similar issue going on in my project. I installed this pod azure-notificationhubs-ios and it has a method that makes a network request. When having Wormholy Installed the network request always times out. When removing Wormholy, the request gets called just fine and doesn't timeout. |
Hey @gblock92 can you retry using the latest version released some hours ago please? https://github.com/pmusolino/Wormholy/releases/tag/1.6.3 |
@pmusolino I updated the pod to the latest version (1.6.3) and it looks like the issue is still there. The request still times out when Wormholy is added. |
Hello! Our development team is unable to use wormholy due to this issue. |
Hi, I'm facing a similar issue. I can't make the delegate get called until the whole request is ignored by Wormholy (works fine when I uncomment the line in viewDidLoad).
|
I was trying to get upload progress. Neither Alamofire or NSURLSesssion works. It took me awhile to figure this out. I have seen many similar cases on stackoverflow. Unbeknown to a lot of people (including me), most thought it's the issue with alamofire. |
Hi. I am having the same issue in my project, we are using a new API and that specific host is not working when using Wormholy. All other APIs' hosts we have implemented works fine. Only this one is problematic when using Wormholy. I am using Wormholy 1.6.4 and Xcode 12.5. |
I released a new (big) version of Wormholy (1.6.5) with some improvements and fixes. https://github.com/pmusolino/Wormholy/releases/tag/1.6.5 Can you test it and let me know if you are still encountering this issue? |
Unfortunately the problem persists |
Checked with latest version Wormholy (1.6.5), problem still persists. |
When both Wormholy and Alamofire 5 are installed as dependencies in project, Wormholy affects on correct Alamofire working, in particular:
When application uploading data via Alamofire 5:
uploadProgress
closure is not being called. After deinstalling Wormholy from the project Alamofire 5 is working correctly.The text was updated successfully, but these errors were encountered: