picoclaw/pkg/channels/whatsapp_native
juju 9c31b0ca95
fix: Fixed the bug where the bus was closed and consumers had unfinished messages. (#1179)
* fix: Fixed the bug where the bus was closed and consumers had unfinished messages.

* fix: remove unnecessary blank line in Close method

* fix: refactor message bus and channel handling for improved performance and reliability

* fix: improve message handling and bus closure logic for better reliability

* fix: reduce sleep duration in agent loop for improved responsiveness

* fix the test case
2026-03-18 00:12:12 +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_command_test.go fix: Fixed the bug where the bus was closed and consumers had unfinished messages. (#1179) 2026-03-18 00:12:12 +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