mirror of
https://github.com/kepler155c/opus
synced 2024-12-27 00:50:26 +00:00
vnc auto-reconnect
This commit is contained in:
parent
b3a061d39b
commit
4721b6aec1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user