Libwebsockets had it's own internal event wait. When shutting down the websocket server, the wait time could (and typically would) exceed 30 seconds. This PR bypasses libwebsocket's event wait time.
Checklist
[x] Signed all commits for DCO
[ ] Added tests
[x] Updated documentation (as needed)
[ ] Updated migration guide (as needed)
[ ] Consider updating Python bindings (if the library has them)
[ ] While waiting for a review on your PR, please help review another open pull request to support the maintainers
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.
🦟 Bug fix
Fixes #257
Summary
Libwebsockets had it's own internal event wait. When shutting down the websocket server, the wait time could (and typically would) exceed 30 seconds. This PR bypasses libwebsocket's event wait time.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.