Test CI
This commit is contained in:
parent
66cf83efe0
commit
4d116a2ba9
|
|
@ -25,7 +25,9 @@ int init(void* ctx) {
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
void* management_socket = zmq_socket(ctx, ZMQ_REP);
|
void* management_socket = zmq_socket(ctx, ZMQ_REP);
|
||||||
zmq_bind(management_socket, "ipc:///tmp/itss/management");
|
int ra = zmq_bind(management_socket, "ipc:///tmp/itss/management");
|
||||||
|
printf("ra %d", ra);
|
||||||
|
fflush(stdout);
|
||||||
uint8_t buffer[2048];
|
uint8_t buffer[2048];
|
||||||
|
|
||||||
// Ignore first request (set)
|
// Ignore first request (set)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue