desaiashu / apns-python-wrapper

Automatically exported from code.google.com/p/apns-python-wrapper
0 stars 0 forks source link

crash when enabling both force_ssl_command and debug_ssl #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.construct an APNSNotificationWrapper and enable both force_ssl_command and 
debug_ssl options
2.set up something else for notification
3.run the code, and then crash at connection.py:95

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

the 'command' variable is not exist, should use 'self.command' instead

Original issue reported on code.google.com by zhoujian...@gmail.com on 11 Apr 2013 at 3:57