1
0
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:
kepler155c@gmail.com
2017-05-12 01:12:58 -04:00
parent e287958faa
commit ae3ee946e4
8 changed files with 192 additions and 56 deletions

View File

@@ -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