Comment 1 for bug 1377147

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

OnlineAccountClient needs to run the internal event loop within its own context to avoid clashing with external main loops. This way, regardless of what event loops exist externally, OnlineAccountClient will operate as expected. This fix also means that the default for the main_loop_select constructor parameter can now be CreateInternalMainLoop.