162163164165166167168169170171172
clients.setValue( websockets.size() ); websockets.remove( this ); } }; cl.connect(); clients.setValue( websockets.size() ); websockets.add( cl ); Thread.sleep( joinrate.getValue() ); } while ( websockets.size() > clients.getValue() ) {