picoclaw/pkg/channels/whatsapp_native
Hoshina 871b2d7342 fix(whatsapp_native,agent): fixes for resource leak and log noise
- WhatsApp Start(): use deferred cleanup to nil out c.client/c.container
  and disconnect/close resources on any error after struct fields are
  assigned, preventing stale references and double-close in Stop()
- handleReasoning: treat bus.ErrBusClosed as an expected condition
  (DEBUG level) alongside context timeout/cancel, avoiding WARN noise
  during normal shutdown
2026-02-28 14:13:27 +08:00
..
init.go Complete the whatsapp native channel implementation based on the new channel interface 2026-02-26 22:35:52 -08:00
whatsapp_native.go fix(whatsapp_native,agent): fixes for resource leak and log noise 2026-02-28 14:13:27 +08:00
whatsapp_native_stub.go chore: fix go fmt formatting issues after rebase 2026-02-27 17:35:50 +08:00