You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Atmosphere chat example (v2.1.0) takes a long time to connect using long-polling. This has been tested on a BlackBerry Bold 9790 but can also be reproduced in the BlackBerry 7 simulator. This has been tested on Tomcat 7.0.52 and Jetty 9.1.3 with the same results.
The server log will show this message immediately:
11:40:37.894 INFO [http-bio-80-exec-9] o.a.s.c.Chat [Chat.java:53] Browser 1c13f345-a74b-48df-8ce6-0be47a4ef05c connected using transport LONG_POLLING.
However the device will just say "Connecting...". After about 60 seconds, the message changes to "Atmosphere connected using long-polling" and after this the chat seems to be working as desired.
The text was updated successfully, but these errors were encountered:
The Atmosphere chat example (v2.1.0) takes a long time to connect using long-polling. This has been tested on a BlackBerry Bold 9790 but can also be reproduced in the BlackBerry 7 simulator. This has been tested on Tomcat 7.0.52 and Jetty 9.1.3 with the same results.
The server log will show this message immediately:
However the device will just say "Connecting...". After about 60 seconds, the message changes to "Atmosphere connected using long-polling" and after this the chat seems to be working as desired.
The text was updated successfully, but these errors were encountered: