lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Question: is there any way to wait timer in body_filter_phase that started in access phase?

Open gotosre opened this issue 2 years ago • 0 comments

i start a timer to fetch data via cosock in access_by_lua phase, and want to wait for the timer excution result in body_filter_by_lua phase. But body_filter_by_lua cannot run any yield/co call/thread. Is there a walkaround? ty.

gotosre avatar Aug 11 '23 01:08 gotosre