Skip to content
Snippets Groups Projects
Unverified Commit bb5a6929 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix slipped logging context when media rejected (#17239)

When a module rejects a piece of media we end up trying to close the
same logging context twice.

Instead of fixing the existing code we refactor to use an async context
manager, which is easier to write correctly.
parent ad179b01
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment