Skip to content

Commit

Permalink
macOS build regression fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jan 12, 2024
1 parent ba5568e commit 7a782b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public final class AES70OCP1FlyingSocksDeviceEndpoint: AES70DeviceEndpointPrivat
try await withThrowingDiscardingTaskGroup { [logger] group in
for try await socket in socket.sockets {
group.addTask {
try await self.handle(AES70OCP1FlyingSocksController(socket: socket))
try await AES70OCP1FlyingSocksController(socket: socket).handle(for: self)
}
}
}
Expand Down

0 comments on commit 7a782b9

Please sign in to comment.