libwebsockets icon indicating copy to clipboard operation
libwebsockets copied to clipboard

_lws_mqtt_rx_parser: topic too short

Open wedvefv opened this issue 1 year ago • 1 comments

image

wedvefv avatar May 28 '23 16:05 wedvefv

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.

wedvefv avatar May 28 '23 16:05 wedvefv