This commit is contained in:
云风
2014-02-06 18:33:58 +08:00
parent 750e0733f3
commit ac6a140130

View File

@@ -146,7 +146,7 @@ function socket.start(id, func)
return connect(id, func)
end
function socket.close(fd)
function socket.close(id)
local s = socket_pool[id]
if s == nil then
return