We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a7702 commit 601acc8Copy full SHA for 601acc8
examples/cfdp-cli-udp/local.py
@@ -138,6 +138,7 @@ def main():
138
dest_entity_rx_queue=DEST_ENTITY_QUEUE,
139
)
140
141
+ # TODO: Graceful shutdown handling.
142
source_entity_task.start()
143
dest_entity_task.start()
144
udp_server.start()
examples/cfdp-cli-udp/remote.py
@@ -105,9 +105,11 @@ def main():
105
106
107
108
+ # TODO: Graceful shutdown.
109
110
111
112
+
113
source_entity_task.join()
114
dest_entity_task.join()
115
udp_server.join()
examples/cfdp-cli-udp/requirements.txt
@@ -1 +1 @@
1
-tmtccmd==v8.0.0rc1
+tmtccmd==8.0.1
0 commit comments