We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858d890 commit e3c2f7bCopy full SHA for e3c2f7b
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx
@@ -1,3 +1,11 @@
1
+## 2.45.0
2
+**`(feat):`** Add `InjectTestMessage` internal method to generated WebSocket client classes.
3
+This allows unit tests to simulate incoming WebSocket messages by injecting raw
4
+JSON strings through the normal `OnTextMessage` pipeline without requiring a real
5
+WebSocket connection. The method is marked `internal` so it is only accessible
6
+via `[InternalsVisibleTo]` in test projects, keeping the public API surface clean.
7
+
8
9
## 2.44.0
10
**`(feat):`** Add queued sending via `Channel<T>` to the WebSocket connection layer. Two
11
unbounded channels (text and binary) are drained by dedicated background tasks
0 commit comments