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

WebSockets connections remain open after the server shuts down #17

Open
twiceineverymoment opened this issue Apr 9, 2017 · 1 comment
Labels

Comments

@twiceineverymoment
Copy link
Contributor

twiceineverymoment commented Apr 9, 2017

KNOWN ISSUE: Any open websockets streaming connections will remain open when the server shuts down, and receive no notification of the shutdown.
This is an issue with Spigot, caused by the server not calling the plugin's onDisable() method during server shutdown. It's a known problem with Spigot 1.9 - building against 1.9.2 or 1.9.4 may resolve it.

@twiceineverymoment
Copy link
Contributor Author

Confirmed this is a known problem with Spigot 1.9. Currently there are no plans to fix this for 1.0 as it is not an issue with our code.

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

No branches or pull requests

1 participant