I have an API written in .NET Core. I have a token middleware that I'm having some issues with. ...If I send a request to the middleware from one client at a time it's fine. If I try to use the middleware by more than one client at a time I get errors. ....