Search found 1 match

by kipparis
Thu Nov 09, 2023 8:18 pm
Forum: Technical Help
Topic: [1.0.0] Error InterruptibleStdioStream.cpp:61: Got EOF on stdin; closing
Replies: 4
Views: 1797

Re: [1.0.0] Error InterruptibleStdioStream.cpp:61: Got EOF on stdin; closing

it is strange that fact of closing IO is outputting as error
all you have to do is keep IO open. so if you running docker image, you don't want to pass -d option (so process will be in foreground), than you just move it to the background.

Go to advanced search