Fix a typo in ObjectEchoClientHandler
This fixes #510 in master Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
This commit is contained in:
parent
ad534efc58
commit
af0a7eaf13
@ -57,7 +57,7 @@ public class ObjectEchoClientHandler extends ChannelInboundMessageHandlerAdapter
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void messageReceived(ChannelHandlerContext ctx, List<Integer> msg) throws Exception {
|
public void messageReceived(ChannelHandlerContext ctx, List<Integer> msg) throws Exception {
|
||||||
// Echo back the received object to the client.
|
// Echo back the received object to the server.
|
||||||
ctx.write(msg);
|
ctx.write(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user