fix websocket endpoint

This commit is contained in:
saji 2024-03-07 16:42:27 -06:00
parent cf112ef561
commit e08ab050ef

View file

@ -186,7 +186,6 @@ func apiV1PacketSubscribe(broker *Broker, db *TelemDb) http.HandlerFunc {
http.Error(w, err.Error(), http.StatusInternalServerError) http.Error(w, err.Error(), http.StatusInternalServerError)
return return
} }
c.Ping(r.Context())
// closeread handles protocol/status messages, // closeread handles protocol/status messages,
// also handles clients closing the connection. // also handles clients closing the connection.
// we get a context to use from it. // we get a context to use from it.