Test usage with subscriptions
spawnia opened this issue · 3 comments
spawnia commented
Test usage with subscriptions
Narretz commented
I actually tried it with subscriptions yesterday, and so far it doesn't work, because a subscription has multiple calls to next, but only a single complete event when the sub stops.
spawnia commented
Interesting, could you give this a shot? You already touched the relevant parts of the codebase in your recent PR.
Narretz commented
I can take a look. The difficult part will likely be setting up a mock subscription.