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

Fix libwebsocket shutdown behavior #267

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Jul 24, 2024

🦟 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

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • 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.

@nkoenig nkoenig requested a review from azeey July 24, 2024 12:53
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jul 24, 2024
@mjcarroll mjcarroll merged commit 455cfec into ign-launch5 Jul 24, 2024
10 of 11 checks passed
@mjcarroll mjcarroll deleted the nkoenig/fix-lws-shutdown branch July 24, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants