Obsolete
/
libipc-old
Archived
3
0
Fork 0

pubsubd: code removal (sleep)

more_to_read
Philippe PITTOLI 2016-09-13 22:14:03 +02:00
parent c64a91cdaf
commit 3b39e85dfd
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ void * pubsubd_worker_thread (void *params)
struct pubsub_msg m;
memset (&m, 0, sizeof (struct pubsub_msg));
sleep (2); // TODO DEBUG
pubsubd_msg_recv (ale->p, &m);
if (m.type == PUBSUB_TYPE_DISCONNECT) {