mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
The lack of locking the connection when making an authenticated request, which is actually two sequential requests, risked another caller making a request in between, invalidating the state. Now, only unauthenticated connections share a connection object.