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