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
After using Connect with "suppressEmptyChangeSets: false" on an empty SourceCache, Sort will cause the suppression empty of change sets. In the reproduction steps, Subscribe callbacks will not be hit unless Sort is removed.
Describe the bug 🐞
After using Connect with "suppressEmptyChangeSets: false" on an empty SourceCache, Sort will cause the suppression empty of change sets. In the reproduction steps, Subscribe callbacks will not be hit unless Sort is removed.
Step to reproduce
Expected behavior
Subscribe's onNext and onCompleted should trigger even if the SourceCache is empty when suppressEmptyChangeSets is set to false on Connect.
The text was updated successfully, but these errors were encountered: