mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 06:01:55 -07:00
Refactoring work for free-threaded transport I/O
This commit is contained in:
+1
-1
@@ -768,7 +768,7 @@ class TestLink(unittest.TestCase):
|
||||
|
||||
data = bytearray()
|
||||
for rx in received:
|
||||
data.extend(rx)
|
||||
if rx: data.extend(rx)
|
||||
rx_message = data
|
||||
|
||||
print(f"Received {len(received)} chunks, totalling {len(rx_message)} bytes")
|
||||
|
||||
Reference in New Issue
Block a user