This commit is contained in:
Cloud Wu
2020-05-12 11:58:34 +08:00
parent b68b27f26b
commit 1f22216d7c

View File

@@ -112,8 +112,7 @@ function gateserver.start(handler)
function MSG.error(fd, msg)
if fd == socket then
socketdriver.close(fd)
skynet.error("gateserver close listen socket, accpet error:",msg)
skynet.error("gateserver accpet error:",msg)
else
if handler.error then
handler.error(fd, msg)