5051525354555657
while( session.isConnected() ) { Thread.sleep( 100 ); } registry.unbind( service ); } }
session.write( new TennisBall( 10 ) ); // Wait until the match ends. session.getCloseFuture().join(); registry.unbind( service ); } }