Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support delay message? #38

Open
hyorigo opened this issue Feb 12, 2021 · 1 comment
Open

Support delay message? #38

hyorigo opened this issue Feb 12, 2021 · 1 comment

Comments

@hyorigo
Copy link

hyorigo commented Feb 12, 2021

What about the three types of delay message:

  • Delay - Send to client after X seconds
  • Schedule - Send to client on scheduled time
  • Repeat - Send to client for every X seconds or scheduled time repeatedly, ends after Y times or until exactly time
@mritd
Copy link
Collaborator

mritd commented Feb 21, 2021

There seems to be no relevant description in the APNS official documents. If APNS does not support this feature, the bark server will not implement it.

Because bark server may run in embedded devices, custom features will occupy higher resources and bring more complex problems; the goal of bark server is to serve as a standard api server to provide reliable push APIs for bark app.

The custom scheduling scheme should be implemented by the caller instead of relying on the bark server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants