We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafcce6 commit b82c37cCopy full SHA for b82c37c
Sources/AIProxy/BackgroundNetworker.swift
@@ -6,10 +6,10 @@
6
7
import Foundation
8
9
-@NetworkActor
10
struct BackgroundNetworker {
11
12
/// Throws AIProxyError.unsuccessfulRequest if the returned status code is non-200
+ @NetworkActor
13
static func makeRequestAndWaitForData(
14
_ session: URLSession,
15
_ request: URLRequest
@@ -28,6 +28,7 @@ struct BackgroundNetworker {
28
}
29
30
31
32
static func makeRequestAndWaitForAsyncBytes(
33
34
0 commit comments