Send some data

This commit is contained in:
2020-04-22 12:41:01 +02:00
parent cccba2f771
commit 09a46daea0
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ int main (int argc, char *argv[]) {
if ((i_frame>0) && (i_frame % 100 == 0)) {
// Waiting to send more.
zmq_recv(more_socket, nullptr, 0, 0);
uint64_t test = 0;
zmq_recv(more_socket, &test, sizeof(test), 0);
}
}
}