PerfectlySoft / PerfectlySoft/Perfect-Notifications

If you ask the service to send too many notifications in a quick succession it sends infinite notifications

Open
#10 7 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.