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

FIX: StdOut filled buffer blocking call #63

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

Omnicrash
Copy link
Contributor

The generator will block if the StdOut gets too large, which can very quickly happen when for example, using the BlazorJsonLocalizer tool in a fairly small project.

This will solve that.

As to why this happens and for the source of the fix, refer to: https://stackoverflow.com/questions/139593/processstartinfo-hanging-on-waitforexit-why/7608823#7608823

@xaviersolau
Copy link
Owner

Thanks for the pull request.
I will merge and release shortly!

@xaviersolau xaviersolau merged commit 0073821 into xaviersolau:master Jun 27, 2024
10 of 11 checks passed
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