eclipse-vertx / eclipse-vertx/vert.x
Provide configuration option for outgoing websocket frame size
Open
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 28
Description
Currently the option `setMaxWebSocketFrameSize` applies to both incoming messages and is also used when splitting outgoing messages into fragments. I have a use case where I would like to accept large frames when receiving, but send relatively small frames outbound.
Contributor guide
Assessment
This issue has not been assessed yet.