lets-mica/mica-mqtt

无法使用ws连接修改后的web-port端口

laoLiangLoveProgram opened this issue · 1 comments

Please answer some questions before submitting your issue. Thanks!

Which version of Mica do you using(使用的 mica 版本)?

        <dependency>
            <groupId>net.dreamlu</groupId>
            <artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
            <version>2.2.2</version>
        </dependency>

Expected behavior(预期的效果)

使用ws连接服务器,web-port默认8083,修改web-port后,比如修改为58883,应该使用ws连接的是58883端口

Actual behavior(实际的效果)

ws无法连接58883端口,去掉设置web-port,使用默认端口8083,又可以正常连接

Steps to reproduce the behavior(重现步骤)

修改web-port为58883, ws无法连接新端口58883

Other information(其他信息)

我先再测试一下吧