Closed xaqq closed 10 years ago
UnixSocket::send does not properly check send() return value. It could return less that expected but still more than 0.
UnixSocket::send
send()
0
This should'nt be a problem anymore this "manual networking" has been removed and we use a zmq socket instead.
UnixSocket::send
does not properly checksend()
return value. It could return less that expected but still more than0
.