🐛 Fix socket deadlock

This commit is contained in:
Rune Harlyk
2025-11-27 17:38:51 +01:00
committed by Niklas Jensen
parent e17382c505
commit 94a50302cc
2 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@
#include <communication/comm_base.hpp>
class Websocket : CommAdapterBase {
class Websocket : public CommAdapterBase {
public:
Websocket(httpd_handle_t *server, const char *route = "/api/ws");