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
FlatResponseOperator must always emit a single item unless it is an error.
The current implementation passes on the onComplete() of content Observable to the subscriber even when there is no content. This causes the subscriber to not even get the HttpClientResponse back.
Instead, the operator must create a ResponseHolder with no content if there is no content in the response.
The text was updated successfully, but these errors were encountered:
FlatResponseOperator
must always emit a single item unless it is an error.The current implementation passes on the
onComplete()
of contentObservable
to the subscriber even when there is no content. This causes the subscriber to not even get theHttpClientResponse
back.Instead, the operator must create a
ResponseHolder
with no content if there is no content in the response.The text was updated successfully, but these errors were encountered: