vnc auto-reconnect

This commit is contained in:
kepler155c@gmail.com 2018-11-10 13:04:32 -05:00
parent b3a061d39b
commit 4721b6aec1
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ local function connect()
while true do
local data = socket:read()
if not data then
_debug('exiting routine')
break
end
for _,v in ipairs(data) do