239240241242243244245246247248249
ar.close(); b.removeAtmosphereResource(ar); b.broadcast("raide").get(); assertEquals(cache.messages().isEmpty(), false); List<Object> l = cache.retrieveFromCache(b.getID(), ar.uuid()); assertNotNull(l); assertEquals(l.isEmpty(), false); }
259260261262263264265266
b.removeAtmosphereResource(ar); b.broadcast("raide").get(); // Blocked by the cache because suspend has been called. assertEquals(cache.messages().isEmpty(), true); } }