picoclaw/pkg/bus
Hoshina 1d4fe4652a fix(bus): increase message bus buffer size from 16 to 64
Prevents potential backpressure under load when multiple channels
publish concurrently in gateway mode, where SDK callbacks blocking
on a full buffer can cause message loss or timeouts.
2026-02-26 22:46:57 +08:00
..
bus.go fix(bus): increase message bus buffer size from 16 to 64 2026-02-26 22:46:57 +08:00
bus_test.go fix(channels): fix memory hazards in channel abstraction layer 2026-02-24 22:30:22 +08:00
types.go feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00