kalix-systems/herald

Allow catch up to succeed even if some messages fail to get handled after decryption

GallagherCommaJack opened this issue · 1 comments

Right now you could destroy someone's entire interaction with our system by sending them a message that fails to parse. If that happens, we should probably ignore it rather than forcing people to delete their accounts.

Solved. We should probably log the errors in a more serious way - for now it's just an eprintln.
Maybe have an on_error callback for login too?