Skip to content

BroadcasterCache and BroadcastFilter strategy

Sebastian Lövdahl edited this page Jun 26, 2013 · 2 revisions

If you are using Atmosphere 1.0.x and one of the BroadcasterCache and a BroadcastFilter like TrackMessageSizeFilter, you need to make sure the cached messages isn't the transformed one, e.g the message that was manipulated by the TrackMessageSizeFilter by adding

<init-param>
   <param-name>org.atmosphere.cpr.BroadcasterCache.strategy</param-name>
   <param-value>beforeFilter</param-value>
</init-param>

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally