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 c54cb2f commit ccb3d14Copy full SHA for ccb3d14
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -467,7 +467,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
467
}
468
469
470
- private(set) var state: State = .disconnected
+ private var state: State = .disconnected
471
private var lastError: Error?
472
private var reusableErrorBuffer: ByteBuffer?
473
private let logger: Logger
0 commit comments