Closed freedomofkeima closed 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.
await self.connect()
send_notification
Now irrelevant.
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 multiplesend_notification
requests.