diff --git a/aprsd/threads/tx.py b/aprsd/threads/tx.py index 3dbab16..63d2b5d 100644 --- a/aprsd/threads/tx.py +++ b/aprsd/threads/tx.py @@ -127,8 +127,7 @@ class SendPacketThread(aprsd_threads.APRSDThread): "Message Send Complete. Max attempts reached" f" {packet.retry_count}", ) - if not packet.allow_delay: - pkt_tracker.remove(packet.msgNo) + pkt_tracker.remove(packet.msgNo) return False # Message is still outstanding and needs to be acked.