Test CI
This commit is contained in:
parent
17572f4457
commit
6a4f8cba3c
|
|
@ -141,7 +141,8 @@ int cam_gen(void* ctx) {
|
|||
|
||||
void* transport_socket = zmq_socket(ctx, ZMQ_REP);
|
||||
|
||||
zmq_bind(transport_socket, "ipc:///tmp/itss/transport");
|
||||
int rv = zmq_bind(transport_socket, "ipc:///tmp/itss/transport");
|
||||
printf("rv %d\n", rv); fflush(stdout);
|
||||
uint8_t buffer[2048];
|
||||
zmq_recv(transport_socket, buffer, 2048, 0);
|
||||
int code = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue