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 ce8b567 commit be4cb20Copy full SHA for be4cb20
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -399,6 +399,7 @@ final actor LambdaRuntimeClient: LambdaRuntimeClientProtocol {
399
channel.closeFuture.whenComplete { result in
400
self.assumeIsolated { runtimeClient in
401
runtimeClient.channelClosed(channel)
402
+ runtimeClient.connectionState = .lostConnection
403
}
404
405
0 commit comments