@Test
public void suspendStreamingTest() throws Exception {
final CountDownLatch l = new CountDownLatch(1);
final CountDownLatch suspendCD = new CountDownLatch(1);
Config config = new Config.Builder()
.port(port)
.host("127.0.0.1")
.resource("/suspend", new AtmosphereHandler() {
private final AtomicBoolean suspended = new AtomicBoolean(false);