We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cfe9f commit 8bf6a57Copy full SHA for 8bf6a57
Sources/ClientRuntime/Networking/Http/CRT/CRTClientEngine.swift
@@ -41,7 +41,7 @@ public class CRTClientEngine: HttpClientEngine {
41
serverName: endpoint.host
42
)
43
44
- let socketOptions = SocketOptions(socketType: .stream)
+ var socketOptions = SocketOptions(socketType: .stream)
45
#if os(iOS) || os(watchOS)
46
socketOptions.connectTimeoutMs = 30_000
47
#endif
0 commit comments