mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 14:15:56 +03:00
[GH-ISSUE #38] Support delay message? #32
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#32
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 @hyorigo on GitHub (Feb 12, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/38
What about the three types of delay message:
@mritd commented on GitHub (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.