You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Unfortunately, dasbus doesn't support other event loops at this moment. You might try to combine the event loops and manually iterate the GLib loop as part of your internal event loop. I have found some info about that here, but it is probably too complicated: https://docs.gtk.org/glib/main-loop.html#customizing-the-main-loop-iteration
I'm implementing a MPRIS server on an existing app which already have an internal event loop.
Is there a way to use dasbus without the GLib event loop?
The text was updated successfully, but these errors were encountered: