I am using observable in rxjava. Now I met that when observable dispose, it will throw errors like CompositeException to the global rxjava exception handler.
How can I avoid throwing exceptions to the handler, and catch them by my own code?
I am using observable in rxjava. Now I met that when observable dispose, it will throw errors like CompositeException to the global rxjava exception handler.
How can I avoid throwing exceptions to the handler, and catch them by my own code?