#225 pocket properly handle disconnects and address validation

This commit is contained in:
Mikayla Fischler
2023-06-05 20:59:28 -04:00
parent c536b823e7
commit cdff7af431
2 changed files with 22 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ local coreio = require("pocket.coreio")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "alpha-v0.4.0"
local POCKET_VERSION = "alpha-v0.4.1"
local println = util.println
local println_ts = util.println_ts