#41 RTU comms closing

This commit is contained in:
Mikayla Fischler
2022-05-02 13:15:08 -04:00
parent 5ce3f84dfa
commit 4bc50e4bad
3 changed files with 13 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ function thread__comms(smem)
-- check for termination request
if rtu_state.shutdown then
rtu_comms.close()
log._info("comms thread exiting")
break
end