mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 14:20:35 +00:00
Workaround for https://github.com/python/cpython/issues/138720
This commit is contained in:
parent
cf0b1c6237
commit
0896df05b6
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class TestChannel(unittest.TestCase):
|
|||
nonlocal count, write_finished
|
||||
count = writer.write(data.encode("utf-8"))
|
||||
writer.flush()
|
||||
writer.close()
|
||||
# writer.close() # TODO: Temporary workaround for https://github.com/python/cpython/issues/138720
|
||||
write_finished = True
|
||||
threading.Thread(target=write_thread, name="Write Thread", daemon=True).start()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue