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
It is possible to subscribe to `Result` with an observer which consists
of three functions: `onNext`, `onError` and `onCompleted`. All three
are optional. However result was not handling absence of `onCompleted`
correctly which resulted in a failed promise and
`UnhandledPromiseRejectionWarning`.
0 commit comments