-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client.Push may panic #131
Comments
Thanks @pshopper can you please provide more information such as the stack trace |
|
It appear after set bad device token |
@sideshow |
Thanks for logging this. Yes please, a PR would be great |
@sideshow, please, look at my PR fix(panic) fix client push panic |
Fixed via #134 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add error check on http request creation in
apns2/client.go
Line 157 in d5157a5
and return err.
The text was updated successfully, but these errors were encountered: