libwebsockets
libwebsockets copied to clipboard
_lws_mqtt_rx_parser: topic too short
i exec a shell script like this:
for((i=0;i<20000;i++))
do
./mosquitto_pub -h 127.0.0.1 -t test/topic0 -u dkm -P 123456 -m "kkkkki"
done
it will got the error like the picture.