🐛 Fix socket deadlock

This commit is contained in:
Rune Harlyk
2025-11-27 17:38:51 +01:00
parent 6c61227623
commit 70c798a2cc
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@
#include <communication/comm_base.hpp>
class Websocket : CommAdapterBase {
class Websocket : public CommAdapterBase {
public:
Websocket(PsychicHttpServer &server, const char *route = "/api/ws");