Refactoring work for free-threaded transport I/O

This commit is contained in:
Mark Qvist
2026-04-12 14:55:42 +02:00
parent fa353fb0b3
commit 23c0a493b1
4 changed files with 208 additions and 228 deletions
+1 -1
View File
@@ -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")