This commit is contained in:
涵曦
2021-07-10 07:24:07 +08:00
committed by GitHub
parent 338f53fbe0
commit 39e0aaa27e

View File

@@ -110,7 +110,7 @@ function gateserver.start(handler)
function MSG.error(fd, msg)
if fd == socket then
skynet.error("gateserver accpet error:",msg)
skynet.error("gateserver accept error:",msg)
else
socketdriver.shutdown(fd)
if handler.error then