removed stuck TODO
This commit is contained in:
parent
28b2baae3c
commit
c78a82e381
@ -326,7 +326,7 @@ void *why2_communicate_thread(void *arg)
|
|||||||
pthread_t thread_buffer;
|
pthread_t thread_buffer;
|
||||||
why2_bool exiting = 0;
|
why2_bool exiting = 0;
|
||||||
|
|
||||||
while (!exiting) //KEEP COMMUNICATION ALIVE FOR 5 MINUTES [RESET TIMER AT MESSAGE SENT] //TODO: Fix stuck
|
while (!exiting) //KEEP COMMUNICATION ALIVE FOR 5 MINUTES [RESET TIMER AT MESSAGE SENT]
|
||||||
{
|
{
|
||||||
//READ
|
//READ
|
||||||
pthread_create(&thread_timeout_buffer, NULL, read_socket_raw_thread, &connection);
|
pthread_create(&thread_timeout_buffer, NULL, read_socket_raw_thread, &connection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user