This commit is contained in:
parent
6335af840b
commit
6e1751733f
@ -94,6 +94,9 @@ public class HandlerBoss extends ChannelInboundHandlerAdapter
|
|||||||
} );
|
} );
|
||||||
|
|
||||||
channel.setRemoteAddress( newAddress );
|
channel.setRemoteAddress( newAddress );
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
channel.close();
|
||||||
}
|
}
|
||||||
} finally
|
} finally
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user