mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #327] [Bug]: backend.app.services.bambu_mqtt does not shutdown #207
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeffsf on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/327
Originally assigned to: @jeffsf on GitHub.
Bug Description
Start Bambuddy with
uv run --with-requirements requirements.txt uvicorn backend.app.main:appin the foreground on macOSUse ctrl-c to stop
While the backend appears to stop, backend.app.services.bambu_mqtt needs to be killed with SIGKILL
Expected Behavior
ctrl-c would perform a graceful shutdown
Steps to Reproduce
uv run --with-requirements requirements.txt uvicorn backend.app.main:appin the foreground on macOSPrinter Model
A1
Bambuddy Version
0.1.8.1 and 0.1.9
Printer Firmware Version
01.04.00.00
Installation Method
Manual (git clone)
Operating System
macOS
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@jeffsf commented on GitHub (Feb 10, 2026):
Root cause identified, code locally developed, checking contribution guidelines before opening PR
@maziggy commented on GitHub (Feb 13, 2026):
Thanks!