You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Initialize the request processor only once(lazy) during RINIT because in NTS mode php-fpm forks the main process for workers and we need to load the library after the worker process is forked.
222
223
if(!requestProcessor.Init()){
224
+
AIKIDO_LOG_ERROR("Failed to initialize Aikido Request Processor!\n");
0 commit comments