-
-
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
Clients hang when multiple tabs (~20+) opened #702
Comments
Please ask the question on the mailing list ([email protected]) to learn how with GWT. |
Closing this issue. Please follow on the mailling list. |
Any reason this won't be triaged as a bug? Is it a known config issue or --Russ On Tue, Oct 23, 2012 at 8:51 AM, Jeanfrancois Arcand <
|
having 20+ connections from one client is not a recommended practice so you can come over to the mailinglist for a discussion about how to use the AtmosphereProxy for connection sharing. |
All right. Will do. Thanks for the reply. --Russ On Tue, Oct 23, 2012 at 9:39 AM, PierreH [email protected] wrote:
|
I am using Atmosphere 1.0.1 (GWT) on Tomcat 7.0.32 Http11NioProtocol connector.
When multiple tabs are opened, the clients hang after the first 5 or so and the remaining Atmosphere connections fail. Closing the hanging tabs will allow the first 5 or so tabs to continue working. If I keep opening tabs, eventually the server will crash.
It is reproducible in FF and Chrome (IE not tested).
I attempted to use AtmosphereProxy from atmosphere-gwt-extra so only one connection is needed per browser but could not get Atmosphere working with Websockets.
I have been hacking on this issue for over a day now and would appreciate any help you can provide. Just let me know what config/logs/tests you need from me and I'll send em.
Thanks,
--Russ
The text was updated successfully, but these errors were encountered: