don't pause again

This commit is contained in:
Cloud Wu
2020-10-15 18:00:25 +08:00
parent e241920949
commit 2eea8be7ac

View File

@@ -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