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 129bd4f commit 9ee19dcCopy full SHA for 9ee19dc
Tests/GRPCInProcessTransportTests/InProcessTransportTests.swift
@@ -35,7 +35,7 @@ struct InProcessTransportTests {
35
36
let client = GRPCClient(transport: inProcess.client)
37
group.addTask {
38
- try await client.maintainConnections()
+ try await client.runConnections()
39
}
40
41
try await execute(server, client)
0 commit comments