github eclipse/paho.mqtt.c v1.3.10
Version 1.3.10

latest releases: v1.3.13, v1.3.12, v1.3.11...
2 years ago

Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1

There are no external changes. A significant internal change is to use the poll system call instead of select to monitor sockets. Most people should notice no difference, except that poll does not exist on Windows XP as select does. You can use the USE_SELECT compile definition to switch back to use select for those platforms that don't have poll.

Don't miss a new paho.mqtt.c release

NewReleases is sending notifications on new releases.