Loading go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -849,7 +849,7 @@ func V2xMsgPublicationPOST(w http.ResponseWriter, r *http.Request) { callBackReferenceArray: make([]string, 0), subscriptionLinks: make([]LinkType, 0), } // Retrieve subscription(s) from redis DB one by one and store in the mtsSessionInfoList array // Retrieve subscription(s) from redis DB one by one _ = rc.ForEachJSONEntry(subKey, compareMsgType, msgTypeAndStdOrg) // end response code w.WriteHeader(http.StatusNoContent) Loading Loading
go-apps/meep-vis/server/vis.go +1 −1 Original line number Diff line number Diff line Loading @@ -849,7 +849,7 @@ func V2xMsgPublicationPOST(w http.ResponseWriter, r *http.Request) { callBackReferenceArray: make([]string, 0), subscriptionLinks: make([]LinkType, 0), } // Retrieve subscription(s) from redis DB one by one and store in the mtsSessionInfoList array // Retrieve subscription(s) from redis DB one by one _ = rc.ForEachJSONEntry(subKey, compareMsgType, msgTypeAndStdOrg) // end response code w.WriteHeader(http.StatusNoContent) Loading