mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.server_epoll: Report errors in timers
This commit is contained in:
parent
7fb1dd361b
commit
6baa04b056
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ local function runtimers(next_delay, min_wait)
|
|||
if ok and type(ret) == "number" then
|
||||
local next_time = elapsed+ret;
|
||||
timers:insert(timer, next_time);
|
||||
elseif not ok then
|
||||
log("error", "Error in timer: %s", ret);
|
||||
end
|
||||
|
||||
peek = timers:peek();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue