client: No need to mark to-device messages as sent anymore.

This commit is contained in:
Damir Jelić 2019-04-30 18:15:39 +02:00
parent 0972be29c1
commit 7d58da93f9

View File

@ -119,10 +119,6 @@ class PanClient(AsyncClient):
responses = await asyncio.gather(*tasks) responses = await asyncio.gather(*tasks)
for message, response in responses:
if response.transport_response.status == 200:
self.mark_to_device_message_as_sent(message)
async def loop(self): async def loop(self):
self.loop_running = True self.loop_running = True
self.loop_stopped.clear() self.loop_stopped.clear()