XE SparkyCracked
standard output from Process not giving any output for certain commands
Ok @Abdesol
I can't lie, it may take me some time to figure this out. I managed to get it to the point where it exits the cloning process when done and waits for input again by itself but the actual printing of output is a little tougher. I don't understand the reason it is bombing out as of yet
82 replies
standard output from Process not giving any output for certain commands
@Abdesol Some progress...
I've located a potential issue where the output capturing from the process in C# is not handling the asynchronous nature of the
git clone
operation correctly.
It's super weird so I am gonna try see if I can read the outputs properly and prevent early termination of the process (I mean git still clones cause my massive project managed to clone so it works which is good)82 replies
standard output from Process not giving any output for certain commands
For me I want to see if you ever have more than that one in your code at any point. So when you step in your code, once you print out 'Cloning into...' hover over the variable and see what it's contents are
82 replies
standard output from Process not giving any output for certain commands
Here is some documentation on race conditions
82 replies