Skip to content

Debug message: Invoking BroadcastFilter with dummy AtmosphereResource

jfarcand edited this page Mar 21, 2013 · 2 revisions

The following message will be displayed if you try to broadcast to an empty Broadcaster

DEBUG o.atmosphere.cpr.DefaultBroadcaster 
   - Invoking BroadcastFilter with dummy AtmosphereResource -1

This just means there are no AtmosphereResource available to deliver the message. The message will be passed to BroadcastFilter and will be cached if a BroadcasterCache has been installed.

If you have BroadcastFilter than rely on AtmosphereResource's headers or query string, make sure you only apply your logic when the AtmosphereResource.uuid() != -1 to avoid wrong application logic

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