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 5b7c805 commit 18fb248Copy full SHA for 18fb248
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-19.mdx
@@ -1,3 +1,10 @@
1
+## 2.37.2
2
+**`(fix):`** Fix WebSocket binary messages being sent with `WebSocketMessageType.Text` instead of
3
+`WebSocketMessageType.Binary`. `RequestBinaryMessage` and `RequestBinarySegmentMessage`
4
+now correctly use `WebSocketMessageType.Binary` when calling `SendAsync`, ensuring
5
+audio data (e.g. webm/opus chunks) is sent as binary frames.
6
+
7
8
## 2.37.1
9
**`(fix):`** Add `ReadAsPropertyName` and `WriteAsPropertyName` overrides to all remaining
10
custom `JsonConverter` types: `EnumSerializer<TEnum>` (native C# enums),
0 commit comments