Skip to content

Handle failed message delivery in chats #35

@yazanbaroud164

Description

@yazanbaroud164

Implement a mechanism to handle cases where a chat message fails to send due to network issues, disconnection, timeout, or any other error, in order to prevent message loss and improve the user experience.

Requirements:

  • Detect when a message fails to send
  • Display a clear message status, such as: sent / sending / failed
  • Allow retrying a failed message
  • Temporarily preserve the message until it is successfully sent
  • Prevent duplicate sending of the same message
  • Handle cases of no internet connection or temporary server issues
  • Automatically update the message status once sending succeeds

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions