Skip to content

Commit eb3ed0c

Browse files
authored
Update changelogs from fern repo (#4425)
1 parent 8bd03e6 commit eb3ed0c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.46.0
2+
**`(feat):`** Wire up WebSocket reconnection logic. The `WebSocketConnection` template now
3+
contains a complete reconnection implementation ported from the Marfusios library:
4+
heartbeat timer (`ReconnectTimeout`), error-retry timer (`ErrorReconnectTimeout`),
5+
lost-connection delay (`LostReconnectTimeout`), and `Reconnect()`/`ReconnectOrFail()`
6+
public methods. The generated WebSocket API classes expose a `Reconnecting` event
7+
and an `IsReconnectionEnabled` option (default: `false`) so callers can opt in to
8+
automatic reconnection. All timeout properties are configurable with sensible defaults.
9+
10+
111
## 2.45.1
212
**`(fix):`** Fix sticky compression on reconnect. `DeflateOptions` is now explicitly reset to
313
`null` when `EnableCompression` is `false`, preventing a previous non-null value

0 commit comments

Comments
 (0)