Skip to content

oeffis: Make ConnectToEIS call async

David Redondo requested to merge davidre/oeffisasync into main

A blocking call can be problematic when done from inside Xwayland to the compositor as the compositor could be doing a blocking X call at the same time. In this instance we found it's likely to happen because this call will happen shortly after the user accepted the This is not a problem for the other calls because the portal API is async for these via request response signalling.

Merge request reports