.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user