mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix issue #171
This commit is contained in:
@@ -96,7 +96,7 @@ function gateserver.start(handler)
|
|||||||
|
|
||||||
function MSG.error(fd, msg)
|
function MSG.error(fd, msg)
|
||||||
if handler.error then
|
if handler.error then
|
||||||
handler.error(fd)
|
handler.error(fd, msg)
|
||||||
end
|
end
|
||||||
close_fd(fd)
|
close_fd(fd)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user