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
I personally ran into a problem where Single was not supported. Single is widely used for HTTP requests as we expect just a single value/error, not a stream of multiple events.
Currently, expectation confronts to T : ObservableType, if it would be switched to T: ObservableConvertibleType, it would support all observables that have toBlocking support.
The text was updated successfully, but these errors were encountered:
I personally ran into a problem where Single was not supported. Single is widely used for HTTP requests as we expect just a single value/error, not a stream of multiple events.
Currently, expectation confronts to
T : ObservableType
, if it would be switched toT: ObservableConvertibleType
, it would support all observables that havetoBlocking
support.The text was updated successfully, but these errors were encountered: