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 05a087e commit 77ff037Copy full SHA for 77ff037
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -59,7 +59,7 @@ extension Lambda {
59
try await body()
60
}
61
} catch let error as ChannelError {
62
- // when this server is part of a ServiceLifeCycle group
+ // when this server is part of a ServiceLifeCycle group
63
// and user presses CTRL-C, this error is thrown
64
// The error description is "I/O on closed channel"
65
// TODO: investigate and solve the root cause
0 commit comments