In express request, if there are several variables that store values and let's say the request is going to take 5 seconds, then values stored in those variables are accessible to all users and can also be modified by incoming values?Example: While processing form I store values in a variable then had to wait for 5 seconds for api response. During this 5 second wait if another user submits the form then value store by user 1 going to be changed by user 2?
Submitted February 12, 2020 at 03:07PM by pverma8172
No comments:
Post a Comment