You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds an overload to the throttleFirst operator which takes an onDropped consumer.
This consumer is called when we're still within the gated time window when any new item isn't passed to downstream.
If the onDropped crashes, the exception is either delivered to the downstream (if the sequence is still live at that point) or to the global error handler (sequence is stopped).
The text was updated successfully, but these errors were encountered:
This PR adds an overload to the throttleFirst operator which takes an onDropped consumer.
This consumer is called when we're still within the gated time window when any new item isn't passed to downstream.
If the onDropped crashes, the exception is either delivered to the downstream (if the sequence is still live at that point) or to the global error handler (sequence is stopped).
The text was updated successfully, but these errors were encountered: