We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099037 commit f94d82eCopy full SHA for f94d82e
python/src/mlogv32/scripts/terminal_server.py
@@ -84,6 +84,7 @@ def processor_worker(
84
time.sleep(0)
85
finally:
86
server.shutdown()
87
+ shutdown.set()
88
89
90
def input_worker(server: ThreadingTCPServer):
@@ -93,6 +94,7 @@ def input_worker(server: ThreadingTCPServer):
93
94
from_input.append(msg.encode())
95
96
97
98
99
100
app = Typer()
0 commit comments