orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

corba: use oneway for signalling the remote on pull channels #169

Closed doudou closed 8 years ago

doudou commented 8 years ago

Signal order does not matter, so we can safely use oneway.

This "unblocks" the CORBA dispatchers on pull connections, something I always assumed had been fixed a while ago (I remember a patchset to avoid signalling pull connections that are not going to an event port). The latter would have been a better solution, but this is really a low-hanging fruit with great effect.

meyerj commented 8 years ago

+1, especially because it is compatible with pending PR #123.

doudou commented 8 years ago

@meyerj: what's the merge "policy" on this kind of things ? I'm asking since you obviously reviewed the patch...