Skip to content

Commit b9a4227

Browse files
Update changelogs from fern repo (#5629)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 1cf2434 commit b9a4227

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 1.43.0
2+
**`(feat):`** Expose `Stream[T].LastRetryMs()` on the SSE runtime, mirroring `LastEventID()`.
3+
It returns the most recently advertised `retry:` reconnection time in
4+
milliseconds (sticky per the SSE spec), so callers can read the directive
5+
even when the server sends it in its own frame with no `data:` — in which
6+
case the per-event `StreamEvent.Retry` is 0. The value persists across
7+
reconnects.
8+
9+

0 commit comments

Comments
 (0)