mirror of
https://github.com/kepler155c/opus
synced 2025-12-20 07:08:06 +00:00
global clipboard plus directory sizes in Files
This commit is contained in:
@@ -42,7 +42,6 @@ function socketClass:read(timeout)
|
||||
local e, id = os.pullEvent()
|
||||
|
||||
if e == 'transport_' .. self.sport then
|
||||
|
||||
data, distance = transport.read(self)
|
||||
if data then
|
||||
os.cancelTimer(timerId)
|
||||
@@ -74,7 +73,6 @@ function socketClass:ping()
|
||||
transport.write(self, {
|
||||
type = 'PING',
|
||||
seq = self.wseq,
|
||||
data = data,
|
||||
})
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user