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 8001c5c commit 16f3ea0Copy full SHA for 16f3ea0
Sources/SparkConnect/SparkConnectClient.swift
@@ -37,7 +37,7 @@ public actor SparkConnectClient {
37
/// - user: A string for the user ID of this connection.
38
init(remote: String, user: String) {
39
self.url = URL(string: remote)!
40
- self.host = url.host() ?? "localhost"
+ self.host = url.host() ?? "spark"
41
self.port = self.url.port ?? 15002
42
self.userContext = user.toUserContext
43
}
0 commit comments