[CDX-358] Handle undeliverable RxJava exceptions#160
[CDX-358] Handle undeliverable RxJava exceptions#160
Conversation
Code Review SummaryThis PR addresses [CDX-358] by implementing a global RxJava error handler to gracefully handle undeliverable exceptions that can occur when network errors happen after RxJava streams have completed or been disposed. The changes include:
The implementation follows best practices for RxJava error handling and prevents SDK crashes from propagating to host applications. Overall, this is a solid defensive programming improvement. Detailed Feedback[File:
|
No description provided.