> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 1.43.0 **`(feat):`** Expose `Stream[T].LastRetryMs()` on the SSE runtime, mirroring `LastEventID()`. It returns the most recently advertised `retry:` reconnection time in milliseconds (sticky per the SSE spec), so callers can read the directive even when the server sends it in its own frame with no `data:` — in which case the per-event `StreamEvent.Retry` is 0. The value persists across reconnects.