Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

Change futures_util Mutex to tokio Mutex (#485) #515

Closed gordonwang0 closed 1 year ago

gordonwang0 commented 1 year ago

Using a fair mutex resolves an issue where multiple requests weren't completing in order and causing a timeout for earlier requests.