This commit is contained in:
Pin
2024-05-21 23:17:21 -04:00
parent 4dd55da7e7
commit ec6fac8537

View File

@@ -119,6 +119,7 @@ static void worker_task(zsock_t *pipe, const char *disk_path) {
if (!msg) {
break;
}
zframe_t *client_id = zmsg_pop(msg);
// Checking for term message
if (zframe_streq(client_id, "$TERM")) {