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
Signal is now an abstract class, and the default implementation is still
the immutable one. Introduce a mutable version for onNext signals that
can be used to limit the number of created instances in advanced cases,
here used for doOnEach.
A new operator, `FluxPeekStateful`, is used. It peeks into a sequence
while also passing around an arbitrary state object, per subscriber.
Note that FluxPeekStateful already doesn't call onError upon an
afterTerminate callback failure (#270).
FluxPeek and FluxPeekFuseable all invoke the error callback if afterTerminate callback fails. This behavior should be phased out.
The text was updated successfully, but these errors were encountered: