Skip to content

Conversation

@lorow
Copy link
Member

@lorow lorow commented Mar 22, 2025

While trying to workout the sidecar thing in Tauri for @luckmer, we've discovered that calling the shutdown endpoint didn't fully close the backend. The API was still alive, as if uvicorn simply restarted the API and kept serving it.

Killing it via os.kill(os.getpid(), signal.SIGTERM) seems to fix it, the API quits and the backend shuts down.

This PR is a part of another one: EyeTrackVR/FirmwareFlashingTool#30

@ShyAssassin
Copy link
Collaborator

Nice catch

@ShyAssassin ShyAssassin merged commit db30985 into master Mar 22, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants