[plugin] HttpInspector: fix crash when starting server (#13541)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

This commit is contained in:
JManch
2025-04-09 22:17:05 +01:00
committed by GitHub
parent b58fc372ab
commit 9dbcde4305

View File

@@ -32,6 +32,7 @@ function SimpleTCPServer:start()
self.server = server
self.server:settimeout(0.01) -- set timeout (10ms)
logger.dbg("SimpleTCPServer: Server listening on port " .. self.port)
return true
end
function SimpleTCPServer:stop()