monkeyDluffy6017 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495418671
########## apisix/plugins/ext-plugin/init.lua: ########## @@ -935,13 +935,14 @@ end local runner local function setup_runner(cmd) - runner = spawn_proc(cmd) ngx_timer_at(0, function(premature) if premature then return end + runner = spawn_proc(cmd) + Review Comment: I think you should find the reason? -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org