Skip to content

config: Remove invalid MainContext::block_on call

Fina Wilke requested to merge fina/remove-block-on into main

From the documentation of block_on:

This must only be called if no MainLoop or anything else is running on this specific main context.

Running this on the default MainContext while an application is running is not allowed and could lead to panics.

Merge request reports