xieyuyang
Results
1
issues of
xieyuyang
Our program use mosquitto library to connect MQTT server. When we call mosquitto_loop(), this function may returns MOSQ_ERR_INVAL. And we find that mosq->sock is bigger than FD_SETSIZE(1024). if(mosq->sock >= FD_SETSIZE...