mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
don't pause again
This commit is contained in:
@@ -27,6 +27,9 @@ local function wakeup(s)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function pause_socket(s, size)
|
local function pause_socket(s, size)
|
||||||
|
if s.pause then
|
||||||
|
return
|
||||||
|
end
|
||||||
if size then
|
if size then
|
||||||
skynet.error(string.format("Pause socket (%d) size : %d" , s.id, size))
|
skynet.error(string.format("Pause socket (%d) size : %d" , s.id, size))
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user