leosac / access-control

Leosac Access Control - Open Source Physical Access Control System
https://leosac.com
GNU Affero General Public License v3.0
242 stars 40 forks source link

Network code #35

Closed xaqq closed 10 years ago

xaqq commented 10 years ago

UnixSocket::send does not properly check send() return value. It could return less that expected but still more than 0.

xaqq commented 10 years ago

This should'nt be a problem anymore this "manual networking" has been removed and we use a zmq socket instead.