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 a620a2f commit f671228Copy full SHA for f671228
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -475,7 +475,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
475
}
476
477
478
- var state: State = .disconnected
+ private(set) var state: State = .disconnected
479
private var lastError: Error?
480
private var reusableErrorBuffer: ByteBuffer?
481
private let logger: Logger
0 commit comments