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
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m43s
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user