We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I've used your Snake example to test the Browser Connection Issues.
console output on firefox:
16:18:35.437 [New I/O worker #4] DEBUG o.a.w.DefaultWebSocketProcessor - Delaying closing operation for firefox and resource b38658cb-02fb-4f5e-9b83-d4268cbbd1b1
It looks like an issue with the condition on https://github.com/Atmosphere/atmosphere/blob/master/modules/cpr/src/main/java/org/atmosphere/websocket/DefaultWebSocketProcessor.java line 621
testet with: atmosphere: 2.2.0 + 2.2.4 same behavior on both nettosphere: 2.2.0 + 2.2.1 same behavior on both
browser firefox: 30.0 and 34.0 doesn't work! chrome: 29 works opera: 12.16 works
thx for help
The text was updated successfully, but these errors were encountered:
Moved to the proper project. This works fine with J2EE server.
Sorry, something went wrong.
No branches or pull requests
Hi
I've used your Snake example to test the Browser Connection Issues.
console output on firefox:
It looks like an issue with the condition on https://github.com/Atmosphere/atmosphere/blob/master/modules/cpr/src/main/java/org/atmosphere/websocket/DefaultWebSocketProcessor.java line 621
testet with:
atmosphere: 2.2.0 + 2.2.4 same behavior on both
nettosphere: 2.2.0 + 2.2.1 same behavior on both
browser
firefox: 30.0 and 34.0 doesn't work!
chrome: 29 works
opera: 12.16 works
thx for help
The text was updated successfully, but these errors were encountered: