fix: timer already closed (#2608)
This commit is contained in:
@@ -989,7 +989,7 @@ function M._stream(opts)
|
|||||||
|
|
||||||
if retry_count <= 0 then
|
if retry_count <= 0 then
|
||||||
timer:stop()
|
timer:stop()
|
||||||
timer:close()
|
pcall(function() timer:close() end)
|
||||||
|
|
||||||
Utils.info("Restarting stream after rate limit pause")
|
Utils.info("Restarting stream after rate limit pause")
|
||||||
M._stream(opts)
|
M._stream(opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user