return true;
}
});
final CountDownLatch latch = new CountDownLatch(3);
LongPollingTransport transport = new LongPollingTransport(null, httpClient);
transport.setOption(ClientTransport.MAX_NETWORK_DELAY_OPTION, maxNetworkDelay1);
final BayeuxClient client = new BayeuxClient(cometdURL, transport)
{
@Override
public void onFailure(Throwable failure, List<? extends Message> messages)
{