Background
Currently messages and all communication between clients is not persisted anywhere. Communication data is living only in memory. After disconnecting from broker, client lost totally all previous messages and communication data.
Requirements
- Add persisting of users and user related data
- Add message persisting into database
- Provide previous messages persisted at previous connection sessions
Background
Currently messages and all communication between clients is not persisted anywhere. Communication data is living only in memory. After disconnecting from broker, client lost totally all previous messages and communication data.
Requirements