Is your feature request related to a problem? Please describe.
I'm running the server as a process from c# code, and trying to write to standard input does not work...
Describe the solution you'd like
modify the code so it listens to standard input
Describe alternatives you've considered
For now I'll write and read to a file the server mod checks, having rcon could work too...
Additional context
no
Acceptance Criteria
[ ] When isatty() is false, the server falls back to normal, buffered i/o
Is your feature request related to a problem? Please describe. I'm running the server as a process from c# code, and trying to write to standard input does not work...
Describe the solution you'd like modify the code so it listens to standard input
Describe alternatives you've considered For now I'll write and read to a file the server mod checks, having rcon could work too...
Additional context no
Acceptance Criteria