-
-
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
if org.atmosphere.cpr.Broadcaster.supportOutOfOrderBroadcast set 'true', atmosphere don't broadcast. #974
Comments
Looking |
This works now in Atmosphere 1.0.13, but it doesn't work in Atmosphere 1.1.0.RC2. Will this fix be in the next release (1.1 final)? |
Can you try 1.1.0-SNAPSHOT? Read this |
Hello. I tried the snapshot version but it doesn't work with the param enabled (nothing is broadcasted). I've used the jquery atmosphere plugin from version 1.1.RC2 (since i don't know how to use the new one that doesn't use jquery) - but i don't think that matters in this case. |
Ok properly ported the fix to /issues/1029 to 1.1 |
Hi
We are using Atmosphere (1.0.12) on tomcat 7.0.35 server.
In our application, if org.atmosphere.cpr.Broadcaster.supportOutOfOrderBroadcast set 'true', however atmosphere resource had been suspended, atmosphere don't broadcast.
Also Atmosphere (1.0.11) not work.
But in Atmosphere Websockets(1.0.10), if org.atmosphere.cpr.Broadcaster.supportOutOfOrderBroadcast set 'true', atmosphere work fine.
I think that something has been degraded.
Our web.xml and atmosphere.xml is below.
web.xml :
atmosphere.xml :
Our code is below.
The text was updated successfully, but these errors were encountered: