mirror of
https://github.com/kepler155c/opus
synced 2025-01-14 17:35:42 +00:00
vnc auto-reconnect
This commit is contained in:
parent
b3a061d39b
commit
4721b6aec1
@ -59,7 +59,6 @@ local function connect()
|
|||||||
while true do
|
while true do
|
||||||
local data = socket:read()
|
local data = socket:read()
|
||||||
if not data then
|
if not data then
|
||||||
_debug('exiting routine')
|
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
for _,v in ipairs(data) do
|
for _,v in ipairs(data) do
|
||||||
|
Loading…
Reference in New Issue
Block a user