mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #84] syncing more than 300 messages or so causes crash #68
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#68
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 @mandric on GitHub (Apr 2, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/84
You get the SMSSync is not responding message below, and it seems to put the device in a pretty bad state. We might want to consider processing the messages serially instead of in parallel, is what the current architecture seems to be doing which seems to load the system quite a bit. In some cases SMSSync crashes.
@eyedol commented on GitHub (Apr 3, 2013):
I'll experiment with that and see what happens.