You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing to the child process' input seems to automatically flush, so the call to SDL_FlushIO doesn't seem to be necessary. However, would it be better to make that function a successful no-op instead?
The text was updated successfully, but these errors were encountered:
I'm opening this issue because I'm not sure if there's a particular reason to work that way, but I noticed I can't flush a process input pipe.
Output:
Writing to the child process' input seems to automatically flush, so the call to
SDL_FlushIO
doesn't seem to be necessary. However, would it be better to make that function a successful no-op instead?The text was updated successfully, but these errors were encountered: