App.ctx concurrency issue

app.ctx
Is there a concurrency issue? When multiple users simultaneously request an address, app.ctx.user’s results will affect each other, especially when encountering a for loop; the app.ctx.user inside the loop will call other users.