microtel-5-open should respect its boundaries better now

This commit is contained in:
Izaya 2018-03-30 00:10:38 +11:00
parent 12ba096838
commit c5eaf3d027
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
net.timeout = 60
function net.open(address,vport)
local st=computer.uptime()
local st,from,port,data=computer.uptime()
net.send(address,port,"openstream")
repeat
_, from, port, data = computer.pullSignal(0.5)