Minor changes

This commit is contained in:
Loïc Guégan 2023-08-31 16:13:20 +02:00
parent 76479f3e80
commit f4a3b66017

View file

@ -5,6 +5,7 @@
/// @brief Set to non-zero to stop the processes
unsigned char __stop=0;
char buffer[ZMQ_MSG_SIZE];
/**
* @brief Stop process properly on SIGINT
@ -47,7 +48,6 @@ int main (int argc, char *argv [])
ZMQ_TOKEN, strlen(ZMQ_TOKEN));
//----- Listen
char buffer[ZMQ_MSG_SIZE];
int size;
while(!__stop){
size=zmq_recv (subscriber, buffer, ZMQ_MSG_SIZE-1, 0);