HENNGE / aapns

Asynchronous Apple Push Notifications
https://aapns.readthedocs.io/en/latest/
Other
13 stars 2 forks source link

Auto reconnect might cause memory leak #2

Closed freedomofkeima closed 7 years ago

freedomofkeima commented 7 years ago

I'm not quite sure but it's probably better to ensure await self.connect() block here to be executed exactly once when there are multiple send_notification requests.

freedomofkeima commented 7 years ago

Now irrelevant.