#327 close connections on timeout

This commit is contained in:
Mikayla Fischler
2023-08-25 21:42:35 -04:00
parent 8b0a5d529e
commit b7d4468cea
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.5.6"
local R_PLC_VERSION = "v1.5.7"
local println = util.println
local println_ts = util.println_ts