semantics3-node
semantics3-node copied to clipboard
Simultaneous requests.
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.