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
There is a PublishProcessor which calls .doOnSubscribe(checkCondition) operator to perform certain check. checkCondition is intended to throw UnsupportedOperationException, which then has to be propagated to the subscriber down the stream to onError() method. Instead, UndeliverableException is being thrown and process crashes.