Try an ack on request for the batch converter to do a job.
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 5693c391dfd4fda7329e5b92f2d52a679743e4ff..109bbfca0b59abdb049fd18abf81c34331d6fccd 100644 (file)
@@ -261,6 +261,7 @@ public:
                        socket->read (reinterpret_cast<uint8_t*> (buffer.get()), length);
                        string s (buffer.get());
                        _frame->start_job (s);
+                       socket->write (reinterpret_cast<uint8_t const *> ("OK"), 3);
                } catch (...) {
 
                }