calimero-project / calimero-core

Core library for KNX network access and management
Other
129 stars 65 forks source link

ProcessCommunicatorImpl readFromGroup returning not fresh values #2

Closed jock71 closed 10 years ago

jock71 commented 10 years ago

Cleared previous indications before sending a new group read request (to prevent returning a potentially old value for the same group)

bmalinowsky commented 10 years ago

Btw, I'm thinking the underlying problem is the currently existing possible race between wait being cleared and the sync on indications that makes this additional clear necessary