spacewander commented on a change in pull request #4559:
URL: https://github.com/apache/apisix/pull/4559#discussion_r673584829
##########
File path: apisix/plugins/request-id.lua
##########
@@ -245,5 +245,8 @@ function _M.init()
end
end
+function _M.destroy()
+ timers.unregister_timer("plugin#request-id")
Review comment:
Better to check if the timer is registered?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]