vert-x3 / vertx-mqtt

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

add MAX_CLIENT_ID_LENGTH in MqttServerOptions #230

Closed dfjb001 closed 1 year ago

dfjb001 commented 1 year ago

Questions

the length of clientId can not bigger than 23 in the default MqttServer

Version

4.3.5

Context

when I use MqttServer, the length of clientId can not bigger than 23

Do you have a reproducer?

I hope you can add the config of MAX_CLIENT_ID_LENGTH or expose the getMethod of NetServer instance

mattisonchao commented 1 year ago

@vietj I can work on it.

SivaAkiro commented 1 year ago

is it still open? can i pick it up?