dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Console is hang when many output message received async #34

Open CalvinPangch opened 5 years ago

CalvinPangch commented 5 years ago

i am using the consoleControl to get the file from the TortoiseSVN.

i ran "svn checkout $svnPath $workingFolder". there are more than 2k files. The ConsoleControl are freeze and does not display the output message but the actual action(svn checkout) are running in background. i had tried if just few file eg:10 file , there are no issue.