APNS connection issues #920
Replies: 3 comments 1 reply
-
It sounds like the problem is happening when you're trying to resolve (for example) Can you say more about your network setup? Are you behind a proxy? |
Beta Was this translation helpful? Give feedback.
-
We have a k8s deployment with istio sidecar and no custom config for apns requests. After some more testing and researching i suspect that we reach a limitation of total concurrent connections but i cannot reproduce it in a dev setup. |
Beta Was this translation helpful? Give feedback.
-
Now we suspect that APNS is somehow limiting our connections by resetting some of them so i wanted to ask if you know about any limitations from APNS about the number of connections per IP address or single client/certificate or anything else because we cannot get an answer from their support. |
Beta Was this translation helpful? Give feedback.
-
Hello,
We are using pushy for about 10 months now and since month or so ago we are seeing an uptick in connection issues -
Connection reset
,io.netty.channel.ConnectTimeoutException
,io.netty.resolver.dns.DnsNameResolverTimeoutException query via UDP timed out after 5000 milliseconds (no stack trace available)
i suspect there is something wrong with the DNS resolving, maybe netty caches an old IP address?Has anyone seen these kind of issues, i found some old questions about DNS but i am not sure if they are applicable for the latest versions.
Our version is 0.14.2 and here is how we create our client
Beta Was this translation helpful? Give feedback.
All reactions