Skip to content

Commit af535b2

Browse files
Update changelogs from fern repo (#4418)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent f6c598f commit af535b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.41.0
2+
**`(feat):`** Add `ConnectTimeout` property to `WebSocketConnection` and `WebSocketClient` with a
3+
default of 5 seconds. The connection factory call in `StartClient` now uses a linked
4+
`CancellationTokenSource` with `CancelAfter(ConnectTimeout)`, preventing indefinite
5+
hangs when the server is unresponsive.
6+
7+
18
## 2.40.0
29
**`(feat):`** Configure PING/PONG keep-alive on `ClientWebSocket`. The default connection factory
310
now sets `KeepAliveInterval` (default: 30 s) and, on .NET 9+, `KeepAliveTimeout`

0 commit comments

Comments
 (0)