assertEquals(response.get().toString(), "PINGPONG");
}
@Test
public void ahcCloseTest() throws IOException, InterruptedException {
Config config = new Config.Builder()
.port(port)
.host("127.0.0.1")
.resource("/suspend", new AtmosphereHandler() {
private final AtomicBoolean b = new AtomicBoolean(false);