eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
315 stars 178 forks source link

Buffer overflow #170

Closed mohammedalani-1 closed 4 years ago

mohammedalani-1 commented 4 years ago

Hello, I am trying to run a couple thousand clients on the gateway but always end up with a buffer overflow error from the gateway, do you know of anyway to fix this and allow for more clients to publish to the gateway?

ty4tw commented 4 years ago

Hi,

How is your system limit values? Check it with ulimit -S command.

ty4tw commented 4 years ago

Closed because there is no answer for a long time.