chore: add listener default changelog

This commit is contained in:
Zhongwen Deng 2023-05-12 11:18:15 +08:00
parent 91f97f6c29
commit 44212f6e06
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fix the issue where the lack of a default value for ssl_options in listeners results in startup failure.
For example, such command(`EMQX_LISTENERS__WSS__DEFAULT__BIND='0.0.0.0:8089' ./bin/emqx console`) would have caused a crash before.