-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The current implementation of the delay between events instead of waiting for x milliseconds before sending a single event, waits for x * N milliseconds before sending N events, where N is the demand from the consumers.
This causes the random_source block to "freeze" very quickly since the default demand is around 1000. The implementation should be fixed to make it work as intended.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working