Skip to content

fallbackswitch: Fix lock order problem between state and stream lock

The order is first stream lock, then state lock. Everything else can lead to deadlocks.

CC @thaytan @heftig

Merge request reports