From e08ab050ef83efc32eb3eafc8ae634bafccea08f Mon Sep 17 00:00:00 2001 From: saji Date: Thu, 7 Mar 2024 16:42:27 -0600 Subject: [PATCH] fix websocket endpoint --- http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http.go b/http.go index 90f4bdd..0c66dc0 100644 --- a/http.go +++ b/http.go @@ -186,7 +186,6 @@ func apiV1PacketSubscribe(broker *Broker, db *TelemDb) http.HandlerFunc { http.Error(w, err.Error(), http.StatusInternalServerError) return } - c.Ping(r.Context()) // closeread handles protocol/status messages, // also handles clients closing the connection. // we get a context to use from it.