picoclaw/pkg/devices
Hoshina 94f59fbcab fix: address PR #662 review comments (bus drain, context timeouts, onebot leak)
- Drain buffered messages in MessageBus.Close() so they aren't silently lost
- Replace all context.TODO() with context.WithTimeout(5s) across 7 call sites
- Fix OneBot pending channel leak: send nil sentinel in Stop() and handle
  nil response in sendAPIRequest() to unblock waiting goroutines
2026-02-24 12:10:45 +08:00
..
events feat: add device hotplug event notifications (USB on Linux) 2026-02-14 17:03:04 +08:00
sources feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
service.go fix: address PR #662 review comments (bus drain, context timeouts, onebot leak) 2026-02-24 12:10:45 +08:00
source.go feat: add device hotplug event notifications (USB on Linux) 2026-02-14 17:03:04 +08:00