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 #488

Closed yophilav closed 1 year ago

yophilav 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.

Cherry-picked: https://github.com/Azure/iot-identity-service/commit/5ff39f34b4427952cee355a3810c24fec35a884c

yophilav commented 1 year ago

Per discussion, this change needs more bake time in main before rolling into release/1.4

gordonwang0 commented 1 year ago

Conflicts fixed and merged in #515