mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
made minitel.open time out properly, for #30
This commit is contained in:
parent
ddf3a9b17d
commit
0637da63b4
@ -112,7 +112,7 @@ function net.open(to,port)
|
||||
local st = computer.uptime()+net.streamdelay
|
||||
local est = false
|
||||
while true do
|
||||
_,from,rport,data = event.pull("net_msg")
|
||||
_,from,rport,data = event.pull(net.streamdelay, "net_msg")
|
||||
if to == from and rport == port then
|
||||
if tonumber(data) then
|
||||
est = true
|
||||
|
Loading…
Reference in New Issue
Block a user