-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
part:channelsAffects channels implementationAffects channels implementationtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
When a broadcast receiver is not getting consumed from fast enough and its buffer has filled up, as new messages arrive, older messages in the receiver's buffer start to get dropped.
In some cases, we might not want messages to get discarded, and instead want the sender to wait for the receiver to drain before it can send further messages to the channel.
Proposed solution
We are discussing potential solutions in:
Metadata
Metadata
Assignees
Labels
part:channelsAffects channels implementationAffects channels implementationtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
To do