bark-server icon indicating copy to clipboard operation
bark-server copied to clipboard

Support delay message?

Open hyorigo opened this issue 4 years ago • 1 comments

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

hyorigo avatar Feb 12 '21 10:02 hyorigo

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.

mritd avatar Feb 21 '21 02:02 mritd