Skip to content

请增加WebSocket组件对per message compression的支持 #57

@Babygogogo

Description

@Babygogogo

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

虽然我们可以自行在收发消息前,手动把消息压缩为二进制数据,但是如果客户端是浏览器自带的ws的话,就只能自行在浏览器端用js进行数据压缩和解压了,对性能会有影响。如果框架的ws组件可以支持数据压缩,那么浏览器就会自动进行数据压缩和解压,这样客户端不需要写任何代码,性能也肯定比js更快。

感谢作者大佬的辛勤付出,.net的其他ws库我用了一圈,属实是烂完了

Describe the solution you'd like

请增加WebSocket组件对per message compression的支持,非常感谢!

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions