Skip to content

Commit 1a0855e

Browse files
committed
temporary ignore channel inactive
1 parent 9f90100 commit 1a0855e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/PostgreSQL/Message+Parse/PostgreSQLMessageDecoder.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ final class PostgreSQLMessageDecoder: ByteToMessageDecoder {
7777
return .continue
7878
}
7979

80+
/// Temporary
81+
func channelInactive(ctx: ChannelHandlerContext) {
82+
ctx.fireChannelInactive()
83+
}
84+
8085
/// Called once this `ByteToMessageDecoder` is removed from the `ChannelPipeline`.
8186
///
8287
/// - parameters:

0 commit comments

Comments
 (0)