Skip to content

Conversation

@stephencelis
Copy link
Member

Fixes #540. Thanks to @kerryknight for diving into the issue.

@stephencelis stephencelis requested a review from mbrandonw July 12, 2021 18:47
runThrottledEffect(value: 3)

// A second value is emitted right away.
XCTAssertEqual(values, [1, 2])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before the changes above, this emitted [1, 2, 3].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect throttling behavior

3 participants