mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-03 17:11:35 +00:00
* fix(tlon): stop reconnecting after SSE client close * fix(tlon): cancel SSE reconnect timers when monitoring stops Preserve the original Tlon SSE reconnect fix while canceling both retry timers at stopReceiving(), the real monitor shutdown boundary. Verified against an authenticated, SSRF-guarded loopback SSE server; both reconnect waits settle immediately without changing replay, close cleanup, or uninterrupted reconnection. Co-authored-by: wahaha1223 <0668001153@xydigit.com> * fix(tlon): prepare conflict-free reconnect refresh Prepare a conflict-free refresh of the original Tlon SSE shutdown correction without changing its ownership or losing the contributor commit. Co-authored-by: wahaha1223 <0668001153@xydigit.com> * fix(tlon): cancel reconnect timers when monitoring stops Cancel both Tlon SSE reconnect waits at stopReceiving(), the monitor-owned shutdown boundary, while preserving guarded HTTP, durable same-channel replay, and the original contributor's fix. Verified with authenticated loopback SSE, both real retry delays, normal reconnection, all 252 Tlon tests, extension type checks, lint, and focused owner regressions. Co-authored-by: wahaha1223 <0668001153@xydigit.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
Tlon (OpenClaw plugin)
Tlon/Urbit channel plugin for OpenClaw. Supports DMs, group mentions, and thread replies.