Data should only be transmitted when necessary
Open
enhancement
- Dominant language
- Java
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If `Alpha` is broadcasting `DataX` but nobody else is online, there is no need to broadcast the data into the ether.
If `Beta` joins but only wants to listen to `DataZ` then there is still no reason for `Alpha` to broadcast `DataX` messages.
`Alpha` should be able to broadcast that `DataX` is available, but not the messages themselves until needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.