-
As it is now all PushNotifications are stored and never purged from the database,
which results in a huge table after a while.
Unless there's a very good reason to store everything I would suggest a…
-
[client manager](#23) has the data race on `m.initInternals` which is not located in the critical section 🔥
How you can find it:
1. update test
```diff
diff --git a/client_manager_test.go b/cl…
-
The delay is too long for me while pushing notifications one by one, i am seeking for a way that could push a batch of notifications in a time, is there any suggestions for me?
-
Hi,
Setup as per your readme, substituting notification.DeviceToken and notification.Topic for my own.
I'm getting the following error:
`2016/12/11 10:28:39 Error:Post https://api.push.apple.…
-
how to build VOIP push message payload
imkos updated
7 years ago
-
@appleboy
I have checked ios platform on production mode.
./gorush -ios -m="Hello" -i="./aps.p12" -t="token" -production
```
DEBU[2016/12/26 - 16:32:13] Start push notification for iOS
ERRO[…
-
A new release which includes ClientManager would be very welcome :)
Also including the PRs about data races
-
Hello,
I am trying to use the apns2 module but when I try to load the p12 file I get the following error
```
ans1: indefinite length found (not DER)
```
I was able to convert the file to `.pem` usi…
-
Here following fails with client2
```js
const fs = require('fs');
const APNS = require('apns2');
const SilentNotification = APNS.SilentNotification;
deviceToken = "ce7b3d45f8b280873e6111e…
-
Hi,
Is this library support apple voip push? If yes, can you provide us example how to send this kind of notification?
Thanks !