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

Window close events randomly failing to be processed due to dead AtmosphereResource #619

Closed
markathomas opened this issue Sep 13, 2012 · 0 comments

Comments

@markathomas
Copy link
Contributor

Window close events are randomly not being processed if AtmosphereResource was dead when executing the the line

String mode = resource.getRequest().getParameter(Constants.CLIENT_SERIALZE_MODE_PARAMETER);

in AtmosphereGwtHandler. In this scenario an exception is thrown and the data is ignored. Even if a resource is dead we still need to allow the data to be processed; otherwise, we may ignore important events (e.g. window close)

Pull request: #618

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

No branches or pull requests

2 participants