Reading the documentation I understood that multiple chunks could be send in, am I wrong? ```shell { cat input ; sleep 1 ; echo slept >&2 ; cat input ; } | ./bin/libavoid-server-linux ```