mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 14:20:35 +00:00
Refactoring work for free-threaded transport I/O
This commit is contained in:
parent
fa353fb0b3
commit
23c0a493b1
4 changed files with 205 additions and 225 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue