vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 88 forks source link

Server WebSocket max frame size configuration #217

Closed vietj closed 2 years ago

vietj commented 2 years ago

When using the WebSocket MQTT transport, the WebSocket max frame size can prevent large MQTT messages.

We should have an option to set the WebSocket max frame size to avoid this.