mirror of
https://github.com/kepler155c/opus
synced 2025-10-23 03:37:40 +00:00
vnc auto-reconnect
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user