Skip to content

feat: move decryption to courier thread where it's actually needed

Codacy Production / Codacy Static Code Analysis required action Oct 20, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

See the complete overview on Codacy

Annotations

Check notice on line 40 in src/dpp/voice/enabled/courier_loop.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dpp/voice/enabled/courier_loop.cpp#L40

Struct 'iter_bench' has a constructor with 1 argument that is not explicit.

Check warning on line 41 in src/dpp/voice/enabled/courier_loop.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/dpp/voice/enabled/courier_loop.cpp#L41

Variable 'start' is assigned in constructor body. Consider performing initialization in initialization list.