Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

ConnectionResetError() #12

Closed shashfrankenstien closed 8 years ago

shashfrankenstien commented 8 years ago

What might be the possible reasons for this error? I'm attempting to catch the exception at the end of the 'send_notification' method.

shashfrankenstien commented 8 years ago

I realized that it was because I'd set use_alternate_port to true.