Skip to content

Commit 87226d1

Browse files
Swimburgergithub-actions[bot]
authored andcommitted
update changelogs
1 parent f6c598f commit 87226d1

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)