File tree Expand file tree Collapse file tree
fern/products/sdks/overview/csharp/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.44.0
2+ ** ` (feat): ` ** Add queued sending via ` Channel<T> ` to the WebSocket connection layer. Two
3+ unbounded channels (text and binary) are drained by dedicated background tasks
4+ started alongside the connection. The non-blocking ` Send(string) ` and ` Send(byte[]) `
5+ methods return ` bool ` indicating whether the message was queued, while the existing
6+ ` SendInstant ` async-per-send path remains unchanged. Queues are completed in ` Dispose `
7+ before cancellation tokens are signalled. Drain loop errors are surfaced through the
8+ ` ExceptionOccurred ` event.
9+
10+
111## 2.43.0
212** ` (feat): ` ** Add per-message deflate compression support (RFC 7692) for WebSocket connections.
313A new ` EnableCompression ` option on the generated WebSocket Options class enables
You can’t perform that action at this time.
0 commit comments