Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 5, 2024
1 parent 9195dec commit d54f8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/e2ee.worker/e2ee.cryptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ class FrameCryptor {
}

logger.finer(
'buffer: ${buffer.length}, decrypted: ${decrypted?.asUint8List()?.length ?? 0}');
'buffer: ${buffer.length}, decrypted: ${decrypted?.asUint8List().length ?? 0}');
var finalBuffer = BytesBuilder();

finalBuffer.add(Uint8List.fromList(buffer.sublist(0, headerLength)));
Expand Down

0 comments on commit d54f8c1

Please sign in to comment.