Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.41.0
**`(feat):`** Add `ConnectTimeout` property to `WebSocketConnection` and `WebSocketClient` with a
default of 5 seconds. The connection factory call in `StartClient` now uses a linked
`CancellationTokenSource` with `CancelAfter(ConnectTimeout)`, preventing indefinite
hangs when the server is unresponsive.


## 2.40.0
**`(feat):`** Configure PING/PONG keep-alive on `ClientWebSocket`. The default connection factory
now sets `KeepAliveInterval` (default: 30 s) and, on .NET 9+, `KeepAliveTimeout`
Expand Down
Loading