eclipse-mosquitto / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
9.13k stars 2.41k forks source link

v2.0.20 Windows 11 x64: websockets are not working #3148

Open YanYas opened 3 weeks ago

YanYas commented 3 weeks ago

Error: Websockets support not available. I tried versions x86 and x64. Then I tried 2.0.12 and the error wasn't present

Configuration:

listener 1883
allow_anonymous true

listener 9001
protocol websockets
allow_anonymous true
ralight commented 3 weeks ago

Thanks, this was down to a typo in the build script. It'll be fixed in 2.0.21.