RxApollo icon indicating copy to clipboard operation
RxApollo copied to clipboard

Not sure a Maybe is fit here

Open Elaz-viz opened this issue 5 years ago • 1 comments

Just wondering, considering this discussion: https://github.com/apollographql/apollo-ios/issues/473 since it might result more than once, if cancellable should be an observer, and not a maybe or single. https://github.com/scottrhoyt/RxApollo/blob/208fc07c4b4ba349643f655ad2d6a5bd0402527e/RxApollo/RxApollo.swift#L38

Elaz-viz avatar Jan 13 '20 13:01 Elaz-viz

Hum, I think you are right. We should convert this Maybe to a regular Observable.

Ded77 avatar Jan 22 '20 15:01 Ded77