-
Just installed Django-push-notifications 1.6.1 via pip, added it to my installed_apps and configured for APNS.
When I run manage.py runserver, python crashes with this message:
`zsh: abort en…
-
When a notification fails with an http2 delivery class (apns2/delivery.rb and apnsp8/delivery.rb), it reflects twice, once to notification_failed and once to notification_id_failed.
From the docume…
-
Hi, my node process it still running after send call. How to close connection ?
-
def process_notification(message):
apns = apnsClient
apns_response = None
try:
stream_id = apns.send_notification_async(device_token, apns_payload, target_app)
…
-
how to use jwt with proxy
-
Hi.
We just started testing the Gorush, and faced with a weird issue: sometimes it works well and sends about 5.000 pushes.
Then it drops the speed to the about 50-80 messages/sec.
Any ideas why t…
-
We're getting `400 - InvalidPushType` for our VoIP push because the `apns-push-type` is not set to `voip` as it should. See:
https://developer.apple.com/documentation/usernotifications/setting_up_a_…
-
## The problem
Since updating to 115 the BMP280 stopped working.
The entity cannot be found even though the output of
```
/usr/sbin/i2cdetect -y 1
```
shows that a sensor is detected at add…
-
It's amazing to see a well-maintained Node APNS library! The other libraries have been such a mess.
I'm getting a strange TypeScript error when using the base Notification class. The docs specify t…
-
## The problem
datetime.datetime.now () function, before 0.118, it gave me the local time. After 0.118 i get an hour less (UTC).
Seems to be a python datetime issue with timezones.
## Environ…