dojo icon indicating copy to clipboard operation
dojo copied to clipboard

feat(torii-core): optimistically broadcast entity update

Open Larkooo opened this issue 1 year ago • 2 comments
trafficstars

Summary by CodeRabbit

  • New Features

    • Introduced new structures: OptimisticEntityUpdate, OptimisticEntity, and OptimisticEventMessage, enhancing the entity and event message handling.
    • Updated service methods to work with OptimisticEntity and OptimisticEventMessage, improving message publishing and subscription management.
    • Enhanced the message broker to include a queuing mechanism for better message delivery management.
  • Bug Fixes

    • Adjusted conditions to clear children of updated models when applicable, ensuring data integrity.
  • Documentation

    • Added comments to clarify the purpose and usage of the new structures and their fields.

Larkooo avatar Sep 23 '24 14:09 Larkooo