[cli] Fix variable initialisation and event publisher
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user