We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you start a CoapServer, then stop it, then destroy it. The attached executor is not shutdown.
The text was updated successfully, but these errors were encountered:
"client destroy" should destroy client even if client is not running.
f3be830
This fix does not solve completely the issue because of eclipse-californium/californium#934
destroy()
#934: add test to ensure CoapServer destoyed all created threads.
f7b6e8a
#934: shutdown attached executor on destroy even if server is stopped.
3b4973a
ExecutorsUtil
e10796e
Also-by: Achim Kraus <achim.kraus@bosch-si.com>
1305a87
No branches or pull requests
If you start a CoapServer, then stop it, then destroy it. The attached executor is not shutdown.
The text was updated successfully, but these errors were encountered: