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 c9e28ff commit 08181b2Copy full SHA for 08181b2
Sources/Valkey/Connection/ValkeyChannelHandler.swift
@@ -23,9 +23,7 @@ enum ValkeyRequest: Sendable {
23
}
24
25
@usableFromInline
26
-final class ValkeyChannelHandler: ChannelDuplexHandler {
27
- @usableFromInline
28
- typealias OutboundIn = ValkeyRequest
+final class ValkeyChannelHandler: ChannelInboundHandler {
29
30
typealias OutboundOut = ByteBuffer
31
0 commit comments