5051525354555657585960
@Test public void run_client() throws InterruptedException { log.info( "Test starting ..." ); SocketClient client = new SocketClient( 8084, new SimpleHangupPipelineFactory() ); client.start(); Thread.sleep( 45000 );