Files
picoclaw/pkg
Hoshina 62f59f76e3 fix(wecom): use channel context instead of HTTP request context for async message processing
The HTTP request context is canceled as soon as the handler returns the
response, causing PublishInbound to fail with "context canceled" when
processMessage runs asynchronously in a goroutine. Use the channel's
long-lived context (c.ctx) instead.
2026-02-28 21:31:08 +08:00
..
2026-02-25 21:53:04 +08:00
2026-02-25 21:31:07 +11:00
2026-02-20 22:35:16 +02:00