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

add a delay to prevent object disposed exceptions from process on macosx #1426

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

albertjan
Copy link
Member

Fixes #1424.

I think this has to do with an implementation detail in mono, that only effects mac os. After some fiddling I found out that it had to do with the Disposing of the Process. After adding a 10ms delay to that it didn't occur anymore.

The script to reproduce is in the issue I've linked too.

@forki
Copy link
Member

forki commented Nov 22, 2016

thanks!

@forki forki merged commit 8e10a94 into fsprojects:master Nov 22, 2016
@albertjan
Copy link
Member Author

Happy faces all around here! 😄 thank you for the quick turn around as always!

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.

2 participants