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
Right now if there is an exception in the onNext handler, it is possible that errors and exceptions get swallowed inside the library (or a promise from some other library).
The plan is to catch these and send them down the onError handler so that the user can see the problem.
Also, a default onError handler should be added that will log an error with the error information. This will help if users do not set the onError handler.
The text was updated successfully, but these errors were encountered:
Right now if there is an exception in the
onNext
handler, it is possible that errors and exceptions get swallowed inside the library (or a promise from some other library).The plan is to catch these and send them down the
onError
handler so that the user can see the problem.Also, a default
onError
handler should be added that will log an error with the error information. This will help if users do not set theonError
handler.The text was updated successfully, but these errors were encountered: