fix after implementing new changes to PSS. streaming was broken

This commit is contained in:
2026-09-21 16:50:55 +01:00
parent 91f33c79ed
commit 009609da93
3 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -155,10 +155,7 @@ func (sc *StreamingCtrl) updateStream() {
// so we can get away with using a map for convenience here
func (sc *StreamingCtrl) SetInternalState() {
fields := sc.TelemServ.SubscribeToFields()
// sc.Messages <- fmt.Sprintf("Subscribed Fields: %+v [%d]\n", fields, len(fields))
// Should I update this?
sc.Messages <- fmt.Sprintf("Subscribed to fields: %+v", fields)
sc.Messages <- fmt.Sprintf("Subscribed to fields: %+v\n", fields)
}
func (sc *StreamingCtrl) listenToUIStream() {