diff -r ba340e00aab2 -r 9795a16de807 thermferm/server.c --- a/thermferm/server.c Sat Apr 27 15:36:16 2019 +0200 +++ b/thermferm/server.c Sat Apr 27 20:47:26 2019 +0200 @@ -2562,7 +2562,7 @@ fprintf(stdout, "Thread my_server_loop stopped\n"); return 0; } - + usleep(100000); } }