Renaming from broadcasted_sibling_id to broadcast_sibling_id

This commit is contained in:
filipi87
2026-02-19 16:24:07 -03:00
parent d608c400f9
commit 5b2fa69bdc
5 changed files with 13 additions and 13 deletions

View File

@@ -1 +1 @@
- Added `broadcasted_sibling_id` field to the base `Frame` class. This field is automatically set by `broadcast_frame()` and `broadcast_frame_instance()` to the ID of the paired frame pushed in the opposite direction, allowing receivers to identify broadcast pairs.
- Added `broadcast_sibling_id` field to the base `Frame` class. This field is automatically set by `broadcast_frame()` and `broadcast_frame_instance()` to the ID of the paired frame pushed in the opposite direction, allowing receivers to identify broadcast pairs.