improvement websocket according to gorilla example

This commit is contained in:
Adrian Zürcher
2025-06-22 07:46:24 +02:00
parent 659cbe4072
commit 91ea59ed6e
6 changed files with 131 additions and 66 deletions

View File

@@ -54,7 +54,6 @@ func (d *DBMHandler) Subscribe(req *json_dataModels.Request, id string) {
})
}
}
if err := d.Conns.SendResponse(id, resp); err != nil {
d.Log.Error("subscribe.Subscribe", err.Error())
}