-
Currently, this project doesn't build on Linux. Using version 1.1.1:
```
$ which swift
/home/xander/swift-tensorflow-RELEASE-0.10-cuda10.2-cudnn7-ubuntu18.04/usr/bin/swift
$ swift --version
Swi…
-
#578002 SIGSEGV
SEGV_ACCERR
-[VIMediaDownloader actionWorker:didFinishWithError:] (VIMediaDownloader.m:)
ibobjc.A.dylib
_objc_release_x0 + 16
1
-[VIMediaDownloader actionWorker:didFinishWit…
-
- **Date:** 2021-09-07
- **Resolution:** Open
- **Area:** Foundation
- **OS:** iOS 15.0 (19A5318f)
- **Type:** Incorrect/Unexpected Behavior
- **Keywords:**
## Description
Proble…
-
2017-12-18 15:27:36.229841+0800 URLSession[16223:3615471] 下载完成/var/mobile/Containers/Data/Application/8D566245-BD1F-4C2B-B50E-08FD5CBD3EFF/Documents/file.mp4
2017-12-18 15:27:36.231187+0800 URLSessio…
mrhyh updated
5 years ago
-
I have socket manager:
``` swift
init?(
url: URL,
headers: [String: String],
parameters: [String: String]
) {
super.init()
self.urlSession = U…
-
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…
-
> Movie Open API 를 사용해서 URLSession 으로 서버 통신을 진행할 것이다.
> async/await 를 사용해서 비동기 처리를 동기적으로 사용해보자.
-
tl,dr: Check my [sample repository](https://github.com/vinhnx/UnitTestingNetworkWithStub_Demo) on how to build a DIY network client and serializing into model using Codable, with just a few lines of c…
-
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)
``…
-
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…