Skip to content

Don't shutdown the ssl executor service too early - #331

Merged
marci4 merged 1 commit into
TooTallNate:masterfrom
bendem:fix/pool-shutdown
Mar 15, 2017
Merged

Don't shutdown the ssl executor service too early#331
marci4 merged 1 commit into
TooTallNate:masterfrom
bendem:fix/pool-shutdown

Conversation

@bendem

@bendem bendem commented Aug 8, 2015

Copy link
Copy Markdown
Contributor

The ExecutorService held by the DefaultSSLWebSocketServerFactory was being shutdown
when the first SSLSocketChannel2 got closed, making it unusable for further connections.
It's now being closed on server stop instead.

@bendem

bendem commented Aug 8, 2015

Copy link
Copy Markdown
Contributor Author

This is the same as #216 but actually calls the new method.
This fixes #315, #270

The ExecutorService held by the DefaultSSLWebSocketServerFactory was being
shutdown when the first SSLSocketChannel2 got closed, making it unusable
for further connections. It's now being closed on server stop instead.
@clickstan

Copy link
Copy Markdown

This should be added to the main project, it works, fixed the issue for me.

@marci4 marci4 self-assigned this Mar 15, 2017
@marci4
marci4 merged commit d6de24f into TooTallNate:master Mar 15, 2017
@bendem

bendem commented Mar 17, 2017

Copy link
Copy Markdown
Contributor Author

at long last 🎉

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants