#638 try reconnecting to both supervisor and coordinator at the same time

This commit is contained in:
Mikayla Fischler
2025-11-09 00:06:02 -05:00
parent 1254d668a9
commit 29513bac38
2 changed files with 6 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v1.0.3"
local POCKET_VERSION = "v1.0.4"
local println = util.println
local println_ts = util.println_ts