Jester
Jester
CC#
Created by Jester on 12/1/2023 in #help
✅ Handle one API request at a time
So i have an api controller and i need to make sure i handle only one request at a time for a specific endpoint. the reason is that sometimes the client sends a request twice and i need to make sure i only handle each one once. how can i handle one at a time so i dont run into concurrency issues?
22 replies