java.lang.IllegalStateException: example at com.example.MyClass$2.apply(MyClass.java:31) at com.example.MyClass$2.apply(MyClass.java:23) at io.reactivex.internal ...
I would like to avoid calling block (). Expected Behavior I would like to be able to call dispose () on RSocket instance at some point in doFinally or similar callback without any exceptions/errors.