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 0f9d4c6 commit e671eb8Copy full SHA for e671eb8
Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift
@@ -135,7 +135,7 @@ extension Ocp1Connection.Monitor {
135
136
func receiveMessages(_ connection: Ocp1Connection) async throws {
137
do {
138
- try await withThrowingTaskGroup(of: Void.self) { @OcaConnection group in
+ try await withThrowingTaskGroup(of: Void.self) { group in
139
group.addTask { [self] in
140
repeat {
141
try Task.checkCancellation()
0 commit comments