Files
PyAPNs2/apns2
Pavel Valach d3d75d1073 client.connect(): after error, close the connection
Otherwise, the next self._connection.connect() call will not try again. In fact, it will do nothing. It won't raise the exception again.

Therefore, closing the connection before retrying is mandatory.
2017-12-18 13:34:39 +03:00
..
2017-01-08 13:07:22 +03:00
2017-05-23 00:45:08 +03:00
2017-03-05 14:41:00 +03:00