Skip to content

Commit

Permalink
fixup: keepaliveTimeoutHandler should not be repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont committed Nov 11, 2024
1 parent e102770 commit 7c183e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ package final class ClientConnectionHandler: ChannelInboundHandler, ChannelOutbo
self.keepaliveTimeoutHandler = Timer(
eventLoop: eventLoop,
duration: keepaliveTimeout,
repeating: true,
repeating: false,
handler: KeepaliveTimeoutHandlerView(self)
)
}
Expand Down

0 comments on commit 7c183e9

Please sign in to comment.