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
Revert "Add a new predicate to skip messages that are equal to the previous one"
We are planning a rename of `IfOnlyPrevious` to `WithPrevious` and the
addition of `take_while` and `drop_while` to `Receiver`. All of these
changes makes `ChangedOnly` redundant, as it can be implemented using,
for example, `receiver.drop_while(WithPrevious(lambda old, new: old ==
new))`, which is a bit more verbose but also more flexible and clear.
This reverts commit 2b9541c.
0 commit comments