Skip to content

Commit d5d0347

Browse files
authored
Merge pull request #13 from us-irs/update-examples
smaller tweaks for examples
2 parents 92a7702 + 601acc8 commit d5d0347

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

examples/cfdp-cli-udp/local.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def main():
138138
dest_entity_rx_queue=DEST_ENTITY_QUEUE,
139139
)
140140

141+
# TODO: Graceful shutdown handling.
141142
source_entity_task.start()
142143
dest_entity_task.start()
143144
udp_server.start()

examples/cfdp-cli-udp/remote.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ def main():
105105
dest_entity_rx_queue=DEST_ENTITY_QUEUE,
106106
)
107107

108+
# TODO: Graceful shutdown.
108109
source_entity_task.start()
109110
dest_entity_task.start()
110111
udp_server.start()
112+
111113
source_entity_task.join()
112114
dest_entity_task.join()
113115
udp_server.join()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tmtccmd==v8.0.0rc1
1+
tmtccmd==8.0.1

0 commit comments

Comments
 (0)