Skip to content

Commit f6c598f

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

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.40.0
2+
**`(feat):`** Configure PING/PONG keep-alive on `ClientWebSocket`. The default connection factory
3+
now sets `KeepAliveInterval` (default: 30 s) and, on .NET 9+, `KeepAliveTimeout`
4+
(default: 20 s) to enable the PING/PONG keep-alive strategy that detects unresponsive
5+
servers at the transport level. Both values are exposed as public properties on
6+
`WebSocketConnection` for caller customization.
7+
8+
19
## 2.38.2
210
**`(fix):`** Add `using` declaration to `JsonDocument` in WebSocket `OnTextMessage` handler.
311
`JsonDocument` implements `IDisposable` and holds pooled memory buffers; without

0 commit comments

Comments
 (0)