Can you please tell me how to make api workflow synchronous?
So that with 2 simultaneous requests they are executed in order of priority?
And it happens that 2 clients send a request at the same time, and they receive the same answers, although they should receive different ones. (Each new request is a new response content)
1 Like