diff --git a/fuzzing/EpollEchoServer.cpp b/fuzzing/EpollEchoServer.cpp index d301411..1388baa 100644 --- a/fuzzing/EpollEchoServer.cpp +++ b/fuzzing/EpollEchoServer.cpp @@ -72,8 +72,7 @@ void test() { }, .close = [](auto *ws, int code, std::string_view message) { - /* Not necessary but we'll call it for coverage */ - ws->unsubscribeAll(); + } }).ws("/*", { /* Settings */