gazebosim / gz-launch

Run and manage programs and plugins.
https://gazebosim.org
Apache License 2.0
12 stars 17 forks source link

Fix libwebsocket shutdown behavior #267

Closed nkoenig closed 3 months ago

nkoenig commented 3 months ago

🦟 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

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.