mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #42] Pending message does not get deleted and keeps reposting to server at periodic frequency #35
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#35
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 @ghost on GitHub (Sep 29, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/42
Messages received on smssync android phone are sent to server multiple times. It stays in pending message and does not get cleared. When it is deleted manually, then the re-posting stops. We are using SMSSync 2.0.0 Beta. Has this already been fixed ?
@eyedol commented on GitHub (Oct 15, 2012):
@pankajlal I think it has to do with the response that you sent back to SMSSync from your client.
Did you return
{ payload: { success: "true" } }@ghost commented on GitHub (Oct 29, 2012):
Ok, in some cases I don't but then I was expecting the smssync to not continue re-trying.
Now I return success: "true" even if it is a non-worthwhile sms. This is keeping the smssync queue clear.
Thanks for the question.