Private
Public Access
1
0

fix "2026/01/09 21:27:56 ⚠ Send channel voll, Nachricht verworfen"
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m43s

This commit is contained in:
Sebastian Unterschütz
2026-01-09 22:29:43 +01:00
parent 4be6cc791e
commit 223afed1a6

View File

@@ -48,7 +48,7 @@ func handleWebSocket(w http.ResponseWriter, r *http.Request, ec *nats.EncodedCon
client := &WebSocketClient{ client := &WebSocketClient{
conn: conn, conn: conn,
natsConn: ec, natsConn: ec,
send: make(chan []byte, 256), send: make(chan []byte, 4096),
} }
log.Printf("🔌 Neuer WebSocket-Client verbunden: %s", conn.RemoteAddr()) log.Printf("🔌 Neuer WebSocket-Client verbunden: %s", conn.RemoteAddr())