-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Small issue with Atmosphere on Websphere Liberty when shutting down the server. #1974
Comments
I have been testing this with Atmosphere 2.4.0, and have found 2 small issues related to this. Do you want me to submit a PR that fixes it. |
@seamusmac +1 |
Testing right now, also found another issue in the AtmosphereFramework class where the shutdown hook is made null before it is removed. |
I had to add the catch to endAsyncContext cos it was being called 2 times, due to the AtmosphereFramework.closeAtmosphereResource() method. It calls: ar.resume().close();
|
@jfarcand what do you think, should complete be called 2 times on shutdown? Is the PR ok? |
@seamusmac No two times must be fixed. Is your pull fixing this? If not, pull request :-) |
@jfarcand 2 times is fixed now, also remove the last catch I added in previous PR as it is not needed now. |
@seamusmac Too late I've released |
@jfarcand thanks for that, I have updated to last version 2.4.0.1 and all works well 👍 |
I have recently upgraded to the latest Atmosphere version, 2.3.0.
I have been noticing this error, whenever I shutdown the server. Its not a big issue, but thought I would let you know, May be a very simple fix. The stacktrace is below:
The text was updated successfully, but these errors were encountered: