[Feature Request] SignalR response compression with new websockets compression in Asp.Net Core 6
Open
area-signalr
Needs: Design
Priority:3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Please describe.
Response compression, not much else to say there. It's pretty necessary for mobile devices and the like. Especially in data-intensive scenarios.
A 8MB JSON response being compressed down to 700KB is nearly required for mobile devices.
Asp.Net Core 6 seems to have shipped with [websockets compression support](https://devblogs.microsoft.com/dotnet/announcing-net-6/#websocket-compression) (#2715), will signalR be taking advantage of this?
Contributor guide
Assessment
This issue has not been assessed yet.