Skip to content

Commit

Permalink
Merge branch 'main' into lukas/sequential-e2ee-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Sep 30, 2024
2 parents 63eda65 + 18714f7 commit 3f8ad17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-mayflies-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-client": patch
---

Handle e2ee worker messages sequentially
2 changes: 1 addition & 1 deletion src/e2ee/worker/FrameCryptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class FrameCryptor extends BaseFrameCryptor {
this.participantIdentity,
),
);
return controller.enqueue();
return;
}
const { encryptionKey } = keySet;
const keyIndex = this.keys.getCurrentKeyIndex();
Expand Down

0 comments on commit 3f8ad17

Please sign in to comment.