-
Notifications
You must be signed in to change notification settings - Fork 339
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
APNs push err:strconv.ParseInt: parsing "1469425701606": value out of range #34
Comments
Hey @klights |
@sideshow Thanks for helping |
No probs. Can you please paste the stack trace here |
@klights I was able to reproduce this with golang compiled in 32 bit mode. Can you confirm wether or not you are running 32 or 64 bit and add a stack trace if possible, thanks. |
@sideshow i'll continue to observe, once it happend again i'll report more detail info to here. |
@sideshow |
@klights I have pushed a branch called |
Hey @klights did you get a chance to test this, and is it still happening? |
Fix value out of range issue #34
@sideshow I checkout the branch fix-int-range and it resolve the issue. |
Great thanks |
strconv.ParseInt: parsing "1469425701606": value out of range
The error above happended sometime when i call client.Push(notification). Please help.
The text was updated successfully, but these errors were encountered: