Skip to content

Fix hanging because of sync usage of async APIs

Recursive stating can be (very) slow, so instead of hanging while recursing do it async.

Merge request reports