I\'m trying to create a FIFO pipe between a python file and C file, but the issue is that when reading in the input from the C file, getline blocks until the writer end (in
As immibis says in the comments, fifo.flush() solved my issue!