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
org.reactivestreams.Subscription interface should add void cancelOnError(Throwable) method,
1.downstream occur exception must cancel.
2.upstream should distinguish between nornal and error.
3. if cancel for error,upstream can do something,like block api try-catch.
please, I guess that is important.
The text was updated successfully, but these errors were encountered:
org.reactivestreams.Subscription interface should add void cancelOnError(Throwable) method,
1.downstream occur exception must cancel.
2.upstream should distinguish between nornal and error.
3. if cancel for error,upstream can do something,like block api try-catch.
please, I guess that is important.
The text was updated successfully, but these errors were encountered: