Skip to content

Commit 5b78b9d

Browse files
committed
And a public init
... empty, just to make init public ...
1 parent 4631728 commit 5b78b9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/NIORedis/RESPChannelHandler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ open class RedisChannelHandler : ChannelInboundHandler,
3131

3232
public final var parser = RESPParser()
3333

34+
public init() {}
35+
3436
// MARK: - Channel Open/Close
3537

3638
open func channelActive(ctx: ChannelHandlerContext) {

0 commit comments

Comments
 (0)