argon icon indicating copy to clipboard operation
argon copied to clipboard

Optimization: don't send entity updates when state has not changed

Open speigg opened this issue 8 years ago • 0 comments

We should distinguish between entities that have an unknown pose ('null' entity state updates), and entities that haven't changed their state (simply not sending a state update). Not sending down updates for entities that haven't moved just requires a little more bookkeeping, as we still have to make sure that any new subscriptions to an entity get an initial entity state.

speigg avatar Mar 02 '17 18:03 speigg