Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kill BlockingCollection which is firing timers a lot #369

Closed
wants to merge 4 commits into from

Conversation

anaisbetts
Copy link
Member

The current version of BlockingCollection has a bug where it will sit and fire a timeout on a gate over and over, which is effectively a timer, which sucks.

This PR just upgrades our profile version to a still-compatible-with-basically-everything PCL version, but gets us the standard .NET BlockingCollection. This similarly also 🔥s the ConcurrentDictionary impl we were using

@anaisbetts
Copy link
Member Author

Closed in favor of #367

@anaisbetts anaisbetts closed this Aug 25, 2017
@anaisbetts anaisbetts deleted the death-to-timers branch August 25, 2017 18:37
@PureWeen PureWeen mentioned this pull request Aug 26, 2017
3 tasks
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant