mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
add new socket message WARNING
This commit is contained in:
@@ -63,6 +63,10 @@ function handler.error(fd, msg)
|
||||
skynet.send(watchdog, "lua", "socket", "error", fd, msg)
|
||||
end
|
||||
|
||||
function handler.warning(fd, size)
|
||||
skynet.send(watchdog, "lua", "socket", "warning", fd, size)
|
||||
end
|
||||
|
||||
local CMD = {}
|
||||
|
||||
function CMD.forward(source, fd, client, address)
|
||||
|
||||
Reference in New Issue
Block a user