[cli] Fix variable initialisation and event publisher

This commit is contained in:
2021-02-01 17:04:42 +01:00
parent c2f3756cef
commit 5a99160f65
3 changed files with 88 additions and 82 deletions

View File

@@ -111,6 +111,7 @@ func (m *MsgPublisher) listenFrame() {
msgChan := m.srcEvents.SubscribeFrame()
for {
msg := <-msgChan
logr.Debugf("new frame %v", msg.Id)
if m.topicFrame == "" {
return
}