mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
Fix typo (#1436)
This commit is contained in:
@@ -110,7 +110,7 @@ function gateserver.start(handler)
|
|||||||
|
|
||||||
function MSG.error(fd, msg)
|
function MSG.error(fd, msg)
|
||||||
if fd == socket then
|
if fd == socket then
|
||||||
skynet.error("gateserver accpet error:",msg)
|
skynet.error("gateserver accept error:",msg)
|
||||||
else
|
else
|
||||||
socketdriver.shutdown(fd)
|
socketdriver.shutdown(fd)
|
||||||
if handler.error then
|
if handler.error then
|
||||||
|
|||||||
Reference in New Issue
Block a user