client-sdk-js
d9c0d53e - Fix a race in setKeyFromMaterial (#908)

Commit
2 years ago
Fix a race in setKeyFromMaterial (#908) * Fix a race in setKeyFromMaterial this.currentKeyIndex was set prior to await-ing, so if several keys were set in quick succession, they would all be set at the index of the last one. * Fix typo in changeset
Author
Parents
Loading