solanav / liu_client

Cliente en C
1 stars 0 forks source link

Remove while - sleep #39

Closed solanav closed 5 years ago

solanav commented 5 years ago

These can be fixed with semaphores but I'm going to think about other ways to solve them. We need to implement an asynchronous wait.

solanav commented 5 years ago

Seeing that this is at the end of the program (when it's closing down and cleaning), I'm going to leave it like this.