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 325d153 commit f9f5b58Copy full SHA for f9f5b58
Sources/Realtime/V2/RealtimeClientV2.swift
@@ -9,6 +9,10 @@ import ConcurrencyExtras
9
import Foundation
10
@_spi(Internal) import _Helpers
11
12
+#if canImport(FoundationNetworking)
13
+ import FoundationNetworking
14
+#endif
15
+
16
public actor RealtimeClientV2 {
17
public struct Configuration: Sendable {
18
var url: URL
Sources/Realtime/V2/WebSocketClient.swift
protocol WebSocketClientProtocol: Sendable {
var status: AsyncStream<WebSocketClient.ConnectionStatus> { get }
0 commit comments