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
With the addition of the internal ObservableStream utility, we no longer have a need for subscribeAndCount. #12163 refactored existing tests to use ObservableStream instead.
Since this utility is listed in the changelog (see 3.7.0), we want to deprecate and remove it in 4.0.
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
With the addition of the internal
ObservableStream
utility, we no longer have a need forsubscribeAndCount
. #12163 refactored existing tests to useObservableStream
instead.Since this utility is listed in the changelog (see 3.7.0), we want to deprecate and remove it in 4.0.
The text was updated successfully, but these errors were encountered: