dojo
dojo copied to clipboard
feat(torii-core): optimistically broadcast entity update
trafficstars
Summary by CodeRabbit
-
New Features
- Introduced new structures:
OptimisticEntityUpdate,OptimisticEntity, andOptimisticEventMessage, enhancing the entity and event message handling. - Updated service methods to work with
OptimisticEntityandOptimisticEventMessage, improving message publishing and subscription management. - Enhanced the message broker to include a queuing mechanism for better message delivery management.
- Introduced new structures:
-
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.