#225 fixed svsessions __tostring for sessions, refactored s_addr to src_addr

This commit is contained in:
Mikayla Fischler
2023-06-06 19:45:04 -04:00
parent 55dab6d675
commit e16b0d237e
3 changed files with 31 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.17.1"
local SUPERVISOR_VERSION = "v0.17.2"
local println = util.println
local println_ts = util.println_ts