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
I want to do simultaneous requests in server to serve multiple clients at a time. The problem is that when i modify the rquest parameters it is modified for all requests and some clients get the same results.
Even if i use the run_query method.