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
We had a few cases when we used Single.defer operator in filters but did not apply Single.subscribeShareContext() operator. For example, see #1302 and #1308. Ideally we should improve our test harness for AsyncContext to be able to test that any filters propagate AsyncContext correctly.
The text was updated successfully, but these errors were encountered:
idelpivnitskiy
changed the title
Test that all filters with defer state correctly propagate AsyncContext
Test that all filters with deferred state correctly propagate AsyncContext
Jan 12, 2021
We had a few cases when we used
Single.defer
operator in filters but did not applySingle.subscribeShareContext()
operator. For example, see #1302 and #1308. Ideally we should improve our test harness forAsyncContext
to be able to test that any filters propagateAsyncContext
correctly.The text was updated successfully, but these errors were encountered: