#67 boilerv RTU supervisor session, supervisor session cleanup

This commit is contained in:
Mikayla Fischler
2022-06-04 17:59:24 -04:00
parent 6d97d45227
commit c764506999
10 changed files with 246 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ local TXN_TYPES = {
local TXN_TAGS = {
"boiler.build",
"boiler.state",
"boiler.tanks",
"boiler.tanks"
}
local PERIODICS = {
@@ -47,7 +47,7 @@ function boiler.new(session_id, unit_id, advert, out_queue)
periodics = {
next_build_req = 0,
next_state_req = 0,
next_tanks_req = 0,
next_tanks_req = 0
},
---@class boiler_session_db
db = {