Messenger - backup
Compare changes
- Dariusz Rybicki authored
- When first data arrive, ignore it and add params to the backup - When following data arrive (that included params), handle it
+ 8
− 2
@@ -117,11 +117,15 @@ if messenger.isBackupRunning() == false {
@@ -117,11 +117,15 @@ if messenger.isBackupRunning() == false {
@@ -132,6 +136,8 @@ try messenger.stopBackup()
@@ -132,6 +136,8 @@ try messenger.stopBackup()
The registered backup callback can be reused later when a new backup is started. There is no need to cancel it and register a new callback in such a case.