Closed jpovedano closed 9 years ago
@jpovedano I think we are missing the return code is an integer.
What we actually return is
return DDS_WaitSet_wait(self->readersWaitSet,&conditions,&ddsTimeout);
so at least the user can know if it is a timeout or not
@gianpiero you are right. Added return type to wait function
thanks @jpovedano
@jpovedano I think we are missing the return code is an integer.
What we actually return is
so at least the user can know if it is a timeout or not