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 9f90100 commit 1a0855eCopy full SHA for 1a0855e
Sources/PostgreSQL/Message+Parse/PostgreSQLMessageDecoder.swift
@@ -77,6 +77,11 @@ final class PostgreSQLMessageDecoder: ByteToMessageDecoder {
77
return .continue
78
}
79
80
+ /// Temporary
81
+ func channelInactive(ctx: ChannelHandlerContext) {
82
+ ctx.fireChannelInactive()
83
+ }
84
+
85
/// Called once this `ByteToMessageDecoder` is removed from the `ChannelPipeline`.
86
///
87
/// - parameters:
0 commit comments