Skip to content

Commit

Permalink
comment cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Dec 13, 2012
1 parent 99548e4 commit b1ca992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void init() throws ServletException {

if (grailsEvents != null && eventsRegistry != null) {
Broadcaster b = BroadcasterFactory.getDefault().lookup(GLOBAL_TOPIC, true);
b.getBroadcasterConfig().setBroadcasterCache(new HeaderBroadcasterCache());
//b.getBroadcasterConfig().setBroadcasterCache(new HeaderBroadcasterCache());
b.getBroadcasterConfig().addFilter(new PerRequestBroadcastFilter() {
public BroadcastAction filter(AtmosphereResource atmosphereResource, Object originalMessage, Object message) {
BroadcastSignal signal;
Expand Down

0 comments on commit b1ca992

Please sign in to comment.