diff --git a/CHANGELOG.md b/CHANGELOG.md index 9732416..7b08345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - provide signal handlers so we shut down properly when INCLUDE_BREAKPAD active - send status code and reason in close message - Add pause/resume heartBeatTimer +- parodus event handler to listen to interface_down and interface_up event - fix so that parodus can be killed, even if in a connection fail loop ## [1.0.2] - 2019-02-08 diff --git a/tests/test_connection.c b/tests/test_connection.c index 9b05c23..e14a37b 100644 --- a/tests/test_connection.c +++ b/tests/test_connection.c @@ -1062,10 +1062,6 @@ void test_interface_down_retry() noPollCtx test_nopoll_ctx; pthread_t thread_a; -#ifdef TEST_CONNECTION_STUCK - unlink ("/tmp/parconnstktest.txt"); -#endif - pthread_create(&thread_a, NULL, a, NULL); memset(&cfg,0,sizeof(cfg));