PerfectlySoft / PerfectlySoft/Perfect-Notifications
If you ask the service to send too many notifications in a quick succession it sends infinite notifications
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 117
- Forks
- 29
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
Pretty sure this is not my code doing this.
If you ask the service to send like 50 notifications in quick succession it repeatedly sends the same batch of notifications forever.
I have seen this happen twice now.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the APNSClient entry point and reproduce the issue by sending roughly 50 notifications in quick succession. Trace how the same batch is retried or processed after the repeated deliveries begin. Done means the batch is sent only once and the infinite-notification behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- backend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100