mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
When the Android app calls `disconnect`, it is still within the context of a `connlib` callback. That callback is executed within the runtime that we are trying to drop. That is not allowed and leads to a panic. Resolves: #9390 --------- Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>