-
It seems like many connection timeouts and socket timeout customizations were taken out, and if there are networking issues, I'm concerned that requests to send() could hang forever (until the server …
-
Hi,when i execute this code(res, err := client.Push(notification)), it cost about 1~3 seconds. but i want push more(probably push 1000 per second). how can i improve the performance. Thanks
-
Hey @aried3r - my team at [Thanx](https://www.thanx.com/) is currently using rpush very heavily - we currently manage ~100 different apps (iOS & Android). We're running at scale (~60M records in the r…
-
```
WARN [runner] Can't run linter goanalysis_metalinter: goimports: open /go/src/github.com/grafana/loki/pkg/logql/pkg/logql/expr.y: no such file or directory
```
The `expr.y` exists under `/go/s…
-
apns/notification.rb sets the notification expiry incorrectly. As documented here https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/Com…
-
here
https://github.com/Pr0Ger/PyAPNs2/blob/master/apns2/client.py#L164
```
def send_notification_batch(...) -> Dict[str, Union[str, Tuple[str, str]]]:
"""
...
The f…
-
## 🐛 Bug Report
### Environment
Expo CLI 3.13.1 environment info:
System:
OS: macOS 10.15.2
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.6.0 - /usr/local/bin/n…
-
https://github.com/AndrewBarba/apns2/blob/e6d6fbb93ef7e121d96335f35ee6c25e13de4ebd/index.d.ts#L7
Seems it should be `void` and not `Void`
-
I can use `Query` and `Mutation`. But after I add `SerializerMutation`
```python
from graphene_django.rest_framework.mutation import SerializerMutation
from multy_herr.objections.api.serializers …
-
When I try to execute the script linking the library I get a syntax error:
Traceback (most recent call last):
File "remotenotifications.py", line 1, in
from apns2.client import APNsClient
…