Slack outbound messages fail intermittently despite valid bot token (verified via curl). 132 failures observed in one day across all message sizes. WebSocket logs show ResetWithoutClosingHandshake errors.
Root cause: HTTP client bug in slack-morphism v2.17 / older tokio-tungstenite.
Fix: Upgrade slack-morphism to v2.19 (#516).
Slack outbound messages fail intermittently despite valid bot token (verified via curl). 132 failures observed in one day across all message sizes. WebSocket logs show
ResetWithoutClosingHandshakeerrors.Root cause: HTTP client bug in slack-morphism v2.17 / older tokio-tungstenite.
Fix: Upgrade slack-morphism to v2.19 (#516).