pull/375/head
Mark Qvist 2023-09-18 11:00:36 +02:00
rodzic 155ea24008
commit b237d51276
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -381,7 +381,6 @@ class Channel(contextlib.AbstractContextManager):
with self._lock:
i = 0
window_overflow = (self._next_rx_sequence+Channel.WINDOW_MAX) % Channel.SEQ_MODULUS
for existing in ring:
if envelope.sequence == existing.sequence: