Skip to content
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.js] [firefox] websocket it auto reopened when I refresh the webpage - firefox 14.0.1 #522

Closed
PavelR577 opened this issue Jul 23, 2012 · 4 comments

Comments

@PavelR577
Copy link

I get a strange behavior:

  1. open a websocket.
  2. refresh the page (F5)
  3. websocket is auto reopened (somtimes it wont reopen it - random beheviour)

tested
firefox 14.0.1
tomcat 7.0.29
atmosphere 1.0 beta2

@PavelR577
Copy link
Author

just tested it with Chrome 20.0.1132.57 m and I dont get this behavior.

So it looks like an issue with the new version of firefox.

@PavelR577
Copy link
Author

this fixed the issue - so I'm not sure if it's a bug..

req.onReconnect = function(request) {
request.close();
}

@jfarcand
Copy link
Member

Fixed in FF with this commit

@PavelR577
Copy link
Author

Checked and confirmed!

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants