mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
[FIXED] MQTT: panic in an error log
This commit is contained in:
@@ -2521,7 +2521,7 @@ func (as *mqttAccountSessionManager) transferRetainedToPerKeySubjectStream(log *
|
||||
// We've ran out of messages to transfer so give up.
|
||||
break
|
||||
}
|
||||
log.Warnf(" Unable to load retained message with sequence %d: %s", smsg.Sequence, err)
|
||||
log.Warnf(" Unable to load retained message from '$MQTT.rmsgs': %s", err)
|
||||
errors++
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user