You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call apns2, it sometimes returns a timeout and the process will shut down.
I am using go version go1.12.5 darwin/amd64
I have seen #24 and #21, I understand that they have solved it,but there will still be problems.
My code
Hi @sshallow This looks like you could be using a proxy server and the problem is related to either that or a flakey internet connection rather than apns2. By default apns2.HTTPClientTimeout is set to 60 seconds. You could either try making that value larger (to reduce the timeout errors), or using a server with a better connection in the US. thanks
When I call apns2, it sometimes returns a timeout and the process will shut down.
I am using go version go1.12.5 darwin/amd64
I have seen #24 and #21, I understand that they have solved it,but there will still be problems.
My code
error log
The text was updated successfully, but these errors were encountered: