djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 377 forks source link

Exception AttributeError: "'NoneType' object has no attribute 'info'" in <bound method GatewayConnection.__del__ of <apns.GatewayConnection object #131

Closed riegie closed 7 years ago

riegie commented 8 years ago

Currently using Gunicorn to run my application via Django. Every time I terminate the Gunicorn process, this exception comes up.

alarin commented 8 years ago

have the same problem

puneetkaura commented 8 years ago

I also have the same problem ??

ExplodingCabbage commented 7 years ago

Since @djacobs has decided to merge https://github.com/djacobs/PyAPNs/pull/138, for better or worse, this is fixed.