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 b37ea0e commit cd00948Copy full SHA for cd00948
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -515,7 +515,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
515
}
516
517
518
- private var state: State = .disconnected
+ var state: State = .disconnected
519
private var lastError: Error?
520
private var reusableErrorBuffer: ByteBuffer?
521
private let logger: Logger
0 commit comments