-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Atmosphere 0.8.3 and bug in sample samples\jquery-pubsub\ #153
Comments
Test cases for Chrome and IE below. Test case for Chrome 16.0.912.75 m.
12:05:01.361 [http-nio-8080-exec-7] DEBUG o.atmosphere.jersey.AtmosphereFilter - Linked HttpServletRequest org.apache.ca
exceptions appears in console, message doesn't send: 12:05:13.300 [Atmosphere-AsyncWrite-0] INFO o.a.samples.pubsub.EventsLogger - onDisconnect(): null:-1
Test case for IE9
13:14:26.110 [Atmosphere-AsyncWrite-0] ERROR o.atmosphere.cpr.DefaultBroadcaster - Invalid AtmosphereResource state Atmo
13:14:26.118 [Atmosphere-AsyncWrite-0] INFO o.a.samples.pubsub.EventsLogger - onDisconnect(): null:-1
My question is Why http streaming doesn't work but works only after I use long pooling at first step and after that I use http streaming ? |
I'm unable to reproduce that issue with Atmosphere 0.8.6. Closing |
Hello Everybody.
I just installed atmosphere 0.8.3, and have same questions to run-time functionality of sample application samples\jquery-pubsub
Project that I’m implementing will use similar functionality that has this sample that’s why I’m asking
Below the test case for Firefox.
My question is why nothing was responsed on step 6 however on step 12 this protocol works fine ?
When I’m trying to open this application on Opera 11.60 after step 4 I’m receiving very long text text in browser started from.
Message Received: <!-- --------------------------------------------------------------------------------------
And so on…
But after next steps as described above I’m receiving
Message Received: gmessage 3 sent trying to use streaming but detected transport is streaming
Message Received: message 3 sent trying to use streamin but detected transport is streaming
Message Received: message 2 sent trying to use long-polling but detected transport is long-polling
Message Received: message 2 sent trying to use long-polling but detected transport is long-polling
Message Received: message 2 sent trying to use long-polling but detected transport is long-polling
As you see message 2 duplicated 3 times and message 3 twice with leading character “g”
Please help sort out the problems
The text was updated successfully, but these errors were encountered: