RedirectStandardInput with C# not work
by Tomas Bosek · in Technical Issues · 06/24/2015 (5:48 am) · 0 replies
Hello!
I'm trying to write my own multiple-dedicated server remote manager for TGE and I got stuck on redirecting stdin. I've done very similar app for Open Transport Tycoon, so I just migrated input/output redirecting parts. Output works perfectly. StandardInput stream is writable. I tried to send lines of raw text and binary and still no reaction(no reaction of server app).
I posted a few codes on StackOverflow: https://stackoverflow.com/questions/31014453/redirectstandardinput-from-torque3d-not-working
Any idea anyone? Thank you!
I'm trying to write my own multiple-dedicated server remote manager for TGE and I got stuck on redirecting stdin. I've done very similar app for Open Transport Tycoon, so I just migrated input/output redirecting parts. Output works perfectly. StandardInput stream is writable. I tried to send lines of raw text and binary and still no reaction(no reaction of server app).
I posted a few codes on StackOverflow: https://stackoverflow.com/questions/31014453/redirectstandardinput-from-torque3d-not-working
Any idea anyone? Thank you!