mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix #747
This commit is contained in:
Submodule 3rd/jemalloc updated: 3541a904d6...896ed3a8b3
@@ -260,8 +260,11 @@ skynet.start(function()
|
||||
end
|
||||
end)
|
||||
skynet.wait()
|
||||
socket.close(slave_fd)
|
||||
else
|
||||
-- slave_fd does not start, so use close_fd.
|
||||
socket.close_fd(slave_fd)
|
||||
end
|
||||
socket.close(slave_fd)
|
||||
skynet.error("Shakehand ready")
|
||||
skynet.fork(ready)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user