mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #28] Retrying to send failed messages may result in duplicate messages being sent #29
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tagavari on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/28
Originally assigned to: @tagavari on GitHub.
When a message fails to send, hitting Retry can cause the server to send the message multiple times. This is more likely to happen with larger attachment files.
I'm not sure if this is a bug in the client, server, or both, so until this is looked into further it will be filed here.
Originally reported by rx on Discord