mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
fix typo
fix a little mistake
This commit is contained in:
@@ -253,7 +253,7 @@ function socket.close(id)
|
||||
s.connected = false
|
||||
end
|
||||
close_fd(id) -- clear the buffer (already close fd)
|
||||
assert(s.lock_set == nil or next(s.lock_set) == nil)
|
||||
assert(s.lock == nil or next(s.lock) == nil)
|
||||
socket_pool[id] = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user