-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to configure Broadcaster cache with web.xml when using AtmosphereHandlerService Annotation #1871
Comments
@Darrelk The idea here is to add a |
@jfarcand |
@elakito I didn't wanted to touch that code for 2.3.0 as it can have side effets...but yes it should be simple and should be done in 2.3.1. |
@jfarcand So to fix this issue, Which of the following solutions do you prefer?
I will implement and do a pull request when done. |
@Darrelk (2) is the best IMO. Thanks! |
I am trying to add the UUIDBroadcasterCache to my application. In the documentation (https://github.com/Atmosphere/atmosphere/wiki/Understanding-BroadcasterCache) it says that I just need to add the following to the web.xml:
So I added the above to my web.xml, but still the following message gets printed when I start the application:
I did some debugging and discovered the following:
The text was updated successfully, but these errors were encountered: