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
I have a test that passes normally if run without FakeAsync, but freezes mid execution under FakeAsync.
After some time debugging, it looks like the problem is somehow related to StreamSubscription's cancel method.
I have a test that passes normally if run without FakeAsync, but freezes mid execution under FakeAsync.
After some time debugging, it looks like the problem is somehow related to StreamSubscription's cancel method.
Here is a sample to demonstrate:
First test would pass with no problems, but second one will output:
and hang up.
Is this an expected behaviour ? If so, how could i remedy it.
The text was updated successfully, but these errors were encountered: