emqx-docs
emqx-docs copied to clipboard
listeners.ws.default.websocket.compress = true is unuseful!
EMQX version:5.0.6 question: i have modify the emqx.conf.but it seems that is unuseful,why?
Hi, @jiangxuhui Thanks for your report. I have tested it in v5.0.21, It works to me. Would you like to give it a try if it's convenient for you?
super mario,there is no version v5.0.21.i try 5.0.20 again
i have try version 5.0.20,but it still not unuseful. Did I misunderstand?i dont think the config of ''' websocket.compress = false ''' useful
Could you execute the following command in your emqx node TO print the final configurations for your default ws
listener:
bin/emqx eval 'emqx:get_config([listeners, ws, default])'
ok i will try this command
eqmx version: 5.0.20 the config of emqx.conf is ok.
just one thing i need to confirm。 the config of
listeners.ws.default {
# bind = "0.0.0.0:8083"
# max_connections = 1024000
# websocket.mqtt_path = "/mqtt"
websocket.compress = true
}
is it means to compress mqtt message?