From aa9922e7fac8bcd8fb6ca65e12e676c5a143e130 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 3 Oct 2025 12:54:00 -0700 Subject: [PATCH] work on error where packet ids could be duplicate and crash the loop --- meshview/mqtt_store.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshview/mqtt_store.py b/meshview/mqtt_store.py index bfc6bbe..c4f5c42 100644 --- a/meshview/mqtt_store.py +++ b/meshview/mqtt_store.py @@ -207,6 +207,6 @@ async def process_envelope(topic, env): await session.commit() - if new_packet: - await packet.awaitable_attrs.to_node - await packet.awaitable_attrs.from_node + #if new_packet: + # await packet.awaitable_attrs.to_node + # await packet.awaitable_attrs.from_node