We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
that's my code
NSMutableURLRequest *request = [requestSerializer requestWithMethod:[obj methodString] URLString:[NSString stringWithFormat:@"%@%@", [obj apiUrl]] parameters:params error:nil]; NSURLSessionDataTask *dataTask = [self.manager dataTaskWithRequest:request uploadProgress:^(NSProgress * _Nonnull uploadProgress) { } downloadProgress:^(NSProgress * _Nonnull downloadProgress) { } completionHandler:^(NSURLResponse * _Nonnull response, id _Nullable responseObject,
breakpoint not run here in wormholy
override init(request: URLRequest, cachedResponse: CachedURLResponse?, client: URLProtocolClient?) { super.init(request: request, cachedResponse: cachedResponse, client: client) if session == nil { session = URLSession(configuration: .default, delegate: self, delegateQueue: nil) } }
The text was updated successfully, but these errors were encountered:
In swift 4 it is no problem ! but, i am upgreate to swift 5, from #51 glade to have a answer!
Sorry, something went wrong.
Hi there. Are you using the fork of @iiiCeBlink or the last version of Wormholy?
yeah, i am using the lastly version~
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?
No branches or pull requests
that's my code
breakpoint not run here in wormholy
The text was updated successfully, but these errors were encountered: