Skip to content

Commit

Permalink
Remove handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Oct 12, 2023
1 parent f2d31b8 commit 0a4753e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ class FafLobbyClient(
.doOnConnected {
val address = it.channel().remoteAddress() as InetSocketAddress
LOG.info("Connected to {} on port {}", address.hostName, address.port)
it.addHandlerFirst(LineEncoder(LineSeparator.UNIX)) // TODO: This is not working. Raise a bug ticket! Workaround below
.addHandlerLast(LineBasedFrameDecoder(config.bufferSize))
connection = it
}.doOnDisconnected {
LOG.info("Disconnected from server")
Expand Down

0 comments on commit 0a4753e

Please sign in to comment.