-
This code is in ViewController.swift file in demo. I am not able to get this api log because it is called using URLSession. Please check.
`
func testRedirect() {
let request = URLRequ…
-
Using Swift version 5.8 and swift-corelibs-foundation, this code:
```swift
let url = URL(string: "https://www.example.com")!
let (data, response) = try await URLSession.shared.data(from: url)
``…
-
I'm fairly consistently getting a crash in `NetworkLogger`. It looks like Pulse may be accessing `URLSessionTask.currentRequest` and `URLRequest.allHTTPHeaderFields` in unsafe ways.
This is…
-
### Discussed in https://github.com/getsentry/sentry-cocoa/discussions/3150
Originally posted by **WFT** July 14, 2023
Does Sentry support gathering URLSessionTaskTransactionMetrics with its a…
-
开启下载任务,在下载任务过期时,我打断点发现会走- (void)URLSession:(NSURLSession *)session dataTask:(NSURLSessionDataTask *)dataTask didReceiveResponse:(NSHTTPURLResponse *)response completionHandler:(void (^)(NSURLSessionRe…
-
I was having issues with a failure to connect using CocoaMQTTWebSocket. Wasn't getting any sort of failure information in the log. This was on iOS 13, so I'm using CocoaMQTTWebSocket.FoundationConne…
-
remote: /app/.build/checkouts/S3/Sources/S3/Extensions/S3+Private.swift:15:107: error: use of undeclared type 'URLRequest'
remote: func make(request url: URL, method: HTTPMethod, headers: HTTPHea…
-
iOS 13 adds direct support for web sockets into URLSession https://developer.apple.com/documentation/foundation/urlsession/3181172-websockettask?changes=latest_minor
Are there any plans to support …
-
No updates since late 2023.
Here is the successor: https://github.com/MacPaw/OpenAI
-
The Client is leaking its private `URLSession` out in the initializer `public init(configuration: Configuration, sessionConfiguration: ((inout URLSession) -> Void)? = nil)` but stores it as a private …